From ea2839d9ab02c10f20ec4abacc2a9f32016ac4c3 Mon Sep 17 00:00:00 2001 From: danglassey Date: Thu, 10 Oct 2002 13:00:48 +0000 Subject: sync with crosswire 20021010-1300 --- usrinst.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usrinst.sh b/usrinst.sh index 81680e2..e9be9e6 100755 --- a/usrinst.sh +++ b/usrinst.sh @@ -1,7 +1,8 @@ #!/bin/sh CPPFLAGS=-DUSBINARY ./configure --prefix=/usr \ - --disable-shared --enable-debug --without-conf --sysconfdir=/etc --with-vcl \ + --disable-shared --disable-debug --without-conf --sysconfdir=/etc +--with-vcl \ $* echo "" -- cgit