]> granicus.if.org Git - php/commitdiff
MFH: - Fixed bug #26438 (error in thttpd SAPI installation)
authorfoobar <sniper@php.net>
Thu, 27 Nov 2003 23:04:49 +0000 (23:04 +0000)
committerfoobar <sniper@php.net>
Thu, 27 Nov 2003 23:04:49 +0000 (23:04 +0000)
sapi/thttpd/config.m4

index c73adc333b858adcf726fe0bc20f954ece84823c..9236677d8ee44032979ee44398e47029ede4384a 100644 (file)
@@ -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=