summaryrefslogtreecommitdiff
path: root/sapi/servlet/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/servlet/config.m4')
-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