diff options
| author | Sam Ruby <rubys@php.net> | 2000-04-05 12:15:57 +0000 |
|---|---|---|
| committer | Sam Ruby <rubys@php.net> | 2000-04-05 12:15:57 +0000 |
| commit | 8372b2baf194ce252783812a2b84f58dd945bb24 (patch) | |
| tree | 350cdbc25a4b248a0e525fcff4f6bb83287bfca5 | |
| parent | c56888da7c91ef3fe236c2152070d06d1e73585c (diff) | |
| download | php-git-8372b2baf194ce252783812a2b84f58dd945bb24.tar.gz | |
fix typo: wrong variable name
| -rw-r--r-- | sapi/servlet/config.m4 | 2 |
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 |
