The following reply was made to PR general/4219; it has been noted by GNATS.
From: Godmar Back <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] (Godmar Back) Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [email protected] Subject: Re: general/4219: JServ1.0b3 does not build: only compiles Hello.java Date: Sun, 11 Apr 1999 22:32:08 -0600 (MDT) 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)
