diff options
| author | foobar <sniper@php.net> | 2003-11-27 23:04:10 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2003-11-27 23:04:10 +0000 |
| commit | e4323fa6eabb683dbf651f2c44fd45b09dc7b3dd (patch) | |
| tree | d15ee825aa17e67354f36a07cc310c0a6764b499 | |
| parent | e898ae955e957fcda3635055f55aa841c4446cc1 (diff) | |
| download | php-git-e4323fa6eabb683dbf651f2c44fd45b09dc7b3dd.tar.gz | |
- Fixed bug #26438 (error in thttpd SAPI installation)
| -rw-r--r-- | sapi/thttpd/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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= |
