Skip to content

Commit

Permalink
configure wording
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb committed Dec 24, 2021
1 parent c408895 commit dcbfa22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if test "$PHP_MEMPROF" != "no"; then
if test -r $PHP_JUDY_DIR/$SEARCH_FOR; then
JUDY_DIR=$PHP_JUDY_DIR
else
AC_MSG_CHECKING([for judy files in default path])
AC_MSG_CHECKING([for include/Judy.h in $SEARCH_PATH])
for i in $SEARCH_PATH ; do
if test -r $i/$SEARCH_FOR; then
JUDY_DIR=$i
Expand All @@ -31,7 +31,7 @@ if test "$PHP_MEMPROF" != "no"; then

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

PHP_ADD_INCLUDE($JUDY_DIR/include)
Expand Down

0 comments on commit dcbfa22

Please sign in to comment.