Updating the error message to state a difference between libraries and

include.  Also restoring old for search to keep BC on configure
This commit is contained in:
Dan Kalowsky 2002-08-14 17:49:41 +00:00
parent 5c935cb372
commit f3fc7fe2fd
2 changed files with 12 additions and 12 deletions

View file

@ -122,7 +122,7 @@ dnl
if test -z "$JAVA_INCLUDE"; then
AC_MSG_RESULT(no)
AC_MSG_ERROR(unable to find Java VM libraries)
AC_MSG_ERROR(unable to find Java VM includes)
fi
JAVA_CFLAGS="$JAVA_CFLAGS -D_REENTRANT"
@ -157,7 +157,7 @@ if test "$PHP_JAVA" != "no"; then
AC_DEFINE(HAVE_JAVA,1,[ ])
if test -z "$JAVA_LIBPATH"; then
AC_MSG_ERROR(unable to find Java VM libraries)
AC_MSG_ERROR([unable to find Java VM libraries in $PHP_JAVA])
fi
PHP_ADD_LIBPATH($JAVA_LIBPATH)

View file

@ -122,7 +122,7 @@ dnl
if test -z "$JAVA_INCLUDE"; then
AC_MSG_RESULT(no)
AC_MSG_ERROR(unable to find Java VM libraries)
AC_MSG_ERROR(unable to find Java VM includes)
fi
JAVA_CFLAGS="$JAVA_CFLAGS -D_REENTRANT"
@ -157,7 +157,7 @@ if test "$PHP_JAVA" != "no"; then
AC_DEFINE(HAVE_JAVA,1,[ ])
if test -z "$JAVA_LIBPATH"; then
AC_MSG_ERROR(unable to find Java VM libraries)
AC_MSG_ERROR([unable to find Java VM libraries in $PHP_JAVA])
fi
PHP_ADD_LIBPATH($JAVA_LIBPATH)