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 c408895 commit dcbfa22Copy full SHA for dcbfa22
config.m4
@@ -20,7 +20,7 @@ if test "$PHP_MEMPROF" != "no"; then
20
if test -r $PHP_JUDY_DIR/$SEARCH_FOR; then
21
JUDY_DIR=$PHP_JUDY_DIR
22
else
23
- AC_MSG_CHECKING([for judy files in default path])
+ AC_MSG_CHECKING([for include/Judy.h in $SEARCH_PATH])
24
for i in $SEARCH_PATH ; do
25
if test -r $i/$SEARCH_FOR; then
26
JUDY_DIR=$i
@@ -31,7 +31,7 @@ if test "$PHP_MEMPROF" != "no"; then
31
32
if test -z "$JUDY_DIR"; then
33
AC_MSG_RESULT([not found])
34
- AC_MSG_ERROR([Please reinstall the judy distribution])
+ AC_MSG_ERROR([Please install lib judy])
35
fi
36
37
PHP_ADD_INCLUDE($JUDY_DIR/include)
0 commit comments