From d16a90fac71b7e403549e78d0f14d4de9ad65111 Mon Sep 17 00:00:00 2001 From: danglassey Date: Mon, 21 Oct 2002 13:01:40 +0000 Subject: sync with crosswire 20021021-1300 --- usrinst.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usrinst.sh') diff --git a/usrinst.sh b/usrinst.sh index c24e5bf..5857f29 100755 --- a/usrinst.sh +++ b/usrinst.sh @@ -1,8 +1,9 @@ #!/bin/sh CPPFLAGS=-DUSBINARY ./configure --prefix=/usr \ - --disable-shared --disable-debug --without-conf --sysconfdir=/etc \ ---with-vcl \ + --disable-shared --without-conf --sysconfdir=/etc \ + --with-vcl \ + --enable-debug --enable-profile \ $* echo "" -- cgit