From: foobar Date: Thu, 27 Nov 2003 23:04:49 +0000 (+0000) Subject: MFH: - Fixed bug #26438 (error in thttpd SAPI installation) X-Git-Tag: php-4.3.5RC1~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed1af8a375720d9627c517827cf531e7dec8c553;p=php MFH: - Fixed bug #26438 (error in thttpd SAPI installation) --- diff --git a/sapi/thttpd/config.m4 b/sapi/thttpd/config.m4 index c73adc333b..9236677d8e 100644 --- a/sapi/thttpd/config.m4 +++ b/sapi/thttpd/config.m4 @@ -12,7 +12,7 @@ AC_ARG_WITH(thttpd, if grep thttpd.2.21b $withval/version.h >/dev/null; then patch="test -f $THTTPD/php_patched || \ - (cd $THTTPD && patch -p 1 < $abs_srcdir/sapi/thttpd/thttpd_patch && touch php_patched)" + (cd $THTTPD && patch -p1 < $abs_srcdir/sapi/thttpd/thttpd_patch && touch php_patched)" elif grep Premium $withval/version.h >/dev/null; then patch=