We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e898ae9 commit e4323faCopy full SHA for e4323fa
sapi/thttpd/config.m4
@@ -12,7 +12,7 @@ AC_ARG_WITH(thttpd,
12
13
if grep thttpd.2.21b $withval/version.h >/dev/null; then
14
patch="test -f $THTTPD/php_patched || \
15
- (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)"
16
17
elif grep Premium $withval/version.h >/dev/null; then
18
patch=
0 commit comments