diff test.bash @ 37:ccf2c2651c1d

add -pthread compiler option, fix error in scanning for end of html comment
author carl
date Sun, 30 May 2004 23:57:13 -0700
parents 2ae8d953f1d0
children acbe44bbba22
line wrap: on
line diff
--- a/test.bash	Sun May 30 18:38:36 2004 -0700
+++ b/test.bash	Sun May 30 23:57:13 2004 -0700
@@ -18,7 +18,7 @@
 ###########################
 # compile the milter
 #
-g++ -c dnsbl.cpp
+g++ -c -pthread dnsbl.cpp
 if [ $? -ne 0 ]; then
     echo "compiler errors"
     exit