aboutsummaryrefslogtreecommitdiffstats
path: root/usrinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usrinst.sh')
-rwxr-xr-xusrinst.sh3
1 files changed, 2 insertions, 1 deletions
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 ""