summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Ruby <rubys@php.net>2000-04-05 12:15:57 +0000
committerSam Ruby <rubys@php.net>2000-04-05 12:15:57 +0000
commit8372b2baf194ce252783812a2b84f58dd945bb24 (patch)
tree350cdbc25a4b248a0e525fcff4f6bb83287bfca5
parentc56888da7c91ef3fe236c2152070d06d1e73585c (diff)
downloadphp-git-8372b2baf194ce252783812a2b84f58dd945bb24.tar.gz
fix typo: wrong variable name
-rw-r--r--sapi/servlet/config.m42
1 files changed, 1 insertions, 1 deletions
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