From e4323fa6eabb683dbf651f2c44fd45b09dc7b3dd Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 27 Nov 2003 23:04:10 +0000 Subject: [PATCH] - Fixed bug #26438 (error in thttpd SAPI installation) --- sapi/thttpd/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/thttpd/config.m4 b/sapi/thttpd/config.m4 index c73adc333b8..9236677d8ee 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=