sas             Sun Oct 13 07:28:34 2002 EDT

  Modified files:              
    /php4/sapi/thttpd   config.m4 
  Log:
  Remove set .x
  
  
Index: php4/sapi/thttpd/config.m4
diff -u php4/sapi/thttpd/config.m4:1.16 php4/sapi/thttpd/config.m4:1.17
--- php4/sapi/thttpd/config.m4:1.16     Sun Oct 13 07:28:06 2002
+++ php4/sapi/thttpd/config.m4  Sun Oct 13 07:28:34 2002
@@ -1,17 +1,15 @@
 dnl
-dnl $Id: config.m4,v 1.16 2002/10/13 11:28:06 sas Exp $
+dnl $Id: config.m4,v 1.17 2002/10/13 11:28:34 sas Exp $
 dnl
 
 AC_ARG_WITH(thttpd,
 [  --with-thttpd=SRCDIR    Build PHP as thttpd module],[
-set -x
   if ! test -d $withval; then
     AC_MSG_RESULT(thttpd directory does not exist ($withval))
   fi
   if ! egrep thttpd.2.21b $withval/version.h >/dev/null; then
     AC_MSG_ERROR([This version only supports thttpd-2.21b])
   fi
-set +x
   PHP_EXPAND_PATH($withval, THTTPD)
   PHP_TARGET_RDYNAMIC
   INSTALL_IT="\



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to