From: Sam Ruby Date: Wed, 5 Apr 2000 12:15:57 +0000 (+0000) Subject: fix typo: wrong variable name X-Git-Tag: php-4.0RC2~483 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8372b2baf194ce252783812a2b84f58dd945bb24;p=php fix typo: wrong variable name --- diff --git a/sapi/servlet/config.m4 b/sapi/servlet/config.m4 index 2734683d7e..679f2a4fe7 100644 --- a/sapi/servlet/config.m4 +++ b/sapi/servlet/config.m4 @@ -24,7 +24,7 @@ AC_ARG_WITH(servlet, SERVLET_CLASSPATH=$withval fi - if test -z "$JAVA_INCLUDE"; then + if test -z "$SERVLET_CLASSPATH"; then AC_MSG_RESULT(no) AC_MSG_ERROR(unable to find servlet libraries) fi