Skip to content

Commit e4323fa

Browse files
author
foobar
committed
- Fixed bug #26438 (error in thttpd SAPI installation)
1 parent e898ae9 commit e4323fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/thttpd/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AC_ARG_WITH(thttpd,
1212
1313
if grep thttpd.2.21b $withval/version.h >/dev/null; then
1414
patch="test -f $THTTPD/php_patched || \
15-
(cd $THTTPD && patch -p 1 < $abs_srcdir/sapi/thttpd/thttpd_patch && touch php_patched)"
15+
(cd $THTTPD && patch -p1 < $abs_srcdir/sapi/thttpd/thttpd_patch && touch php_patched)"
1616
1717
elif grep Premium $withval/version.h >/dev/null; then
1818
patch=

0 commit comments

Comments
 (0)