Skip to content

Commit dcbfa22

Browse files
committed
configure wording
1 parent c408895 commit dcbfa22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if test "$PHP_MEMPROF" != "no"; then
2020
if test -r $PHP_JUDY_DIR/$SEARCH_FOR; then
2121
JUDY_DIR=$PHP_JUDY_DIR
2222
else
23-
AC_MSG_CHECKING([for judy files in default path])
23+
AC_MSG_CHECKING([for include/Judy.h in $SEARCH_PATH])
2424
for i in $SEARCH_PATH ; do
2525
if test -r $i/$SEARCH_FOR; then
2626
JUDY_DIR=$i
@@ -31,7 +31,7 @@ if test "$PHP_MEMPROF" != "no"; then
3131

3232
if test -z "$JUDY_DIR"; then
3333
AC_MSG_RESULT([not found])
34-
AC_MSG_ERROR([Please reinstall the judy distribution])
34+
AC_MSG_ERROR([Please install lib judy])
3535
fi
3636

3737
PHP_ADD_INCLUDE($JUDY_DIR/include)

0 commit comments

Comments
 (0)