mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
- Fixed bug #26438 (error in thttpd SAPI installation)
This commit is contained in:
parent
e898ae955e
commit
e4323fa6ea
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user