]> git.sur5r.net Git - bacula/bacula/commitdiff
Add in --with-tcp-wrappers but without =/usr/lib
authorDan Langille <dan@langille.org>
Fri, 19 Dec 2003 00:22:27 +0000 (00:22 +0000)
committerDan Langille <dan@langille.org>
Fri, 19 Dec 2003 00:22:27 +0000 (00:22 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@904 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/regress-config

index e03e84bc27c66afb403f228e2457363b3c1ca685..45d91a05726468b7229b8a63671ef38f5738daeb 100755 (executable)
@@ -15,6 +15,7 @@ CFLAGS="-g -O2 -Wall" \
     --with-working-dir=$1/working \
     --with-dump-email=$3 \
     --with-job-email=$3 \
-    --with-baseport=8101 
+    --with-baseport=8101 \
+       --with-tcp-wrappers
 
 exit 0