diff options
author | Sascha Schumann <sas@php.net> | 2002-10-13 11:28:34 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-10-13 11:28:34 +0000 |
commit | 4f61b16768384d69f1920e7fdb09aa9091ff4a87 (patch) | |
tree | 4b0dcafce84c07ae9e4264cad58a0f41640d0530 /sapi | |
parent | 240cdb743e5b78c748f6c02bcf09e2897b27cf5e (diff) | |
download | php-git-4f61b16768384d69f1920e7fdb09aa9091ff4a87.tar.gz |
Remove set .x
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/thttpd/config.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/thttpd/config.m4 b/sapi/thttpd/config.m4 index 2cea7c0677..51f2c1122d 100644 --- a/sapi/thttpd/config.m4 +++ b/sapi/thttpd/config.m4 @@ -4,14 +4,12 @@ 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="\ |