Skip to content

Commit 40968dd

Browse files
committed
readline patch
1 parent 511026b commit 40968dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/readline/config.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ else
1414
fi
1515

1616
if test "$PHP_READLINE" && test "$PHP_READLINE" != "no"; then
17-
for i in $PHP_READLINE /usr/local /usr; do
17+
for i in $PHP_READLINE /usr/local /usr /system; do
1818
test -f $i/include/readline/readline.h && READLINE_DIR=$i && break
19+
test -f $i/develop/headers/readline/readline.h && READLINE_DIR=$i && break
1920
done
2021

2122
if test -z "$READLINE_DIR"; then

0 commit comments

Comments
 (0)