Here's a fix you may want to apply:

--- Apache-JServ-1.0b3/configure.in     Fri Feb 19 11:59:10 1999
+++ configure.in        Sun Apr 11 22:28:29 1999
@@ -234,6 +234,8 @@
 
 if test ! x${apache_dir} = x; then
     AC_MSG_RESULT(${apache_dir})
+else
+    AC_MSG_ERROR(did not find a suitable Apache installation)
 fi
 
 AC_MSG_CHECKING(for Java Servlet classes)


Reply via email to