Author: mturk
Date: Fri Feb 24 18:07:07 2012
New Revision: 1293368

URL: http://svn.apache.org/viewvc?rev=1293368&view=rev
Log:
Fix typo. Thanks Felix :)

Modified:
    tomcat/native/branches/1.1.x/native/configure.in

Modified: tomcat/native/branches/1.1.x/native/configure.in
URL: 
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/configure.in?rev=1293368&r1=1293367&r2=1293368&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/native/configure.in (original)
+++ tomcat/native/branches/1.1.x/native/configure.in Fri Feb 24 18:07:07 2012
@@ -152,7 +152,7 @@ AC_ARG_ENABLE(openssl, 
 ])
 
 AC_ARG_ENABLE(ocsp,
-[AS_HELP_STRING([--enable-openssl],[Turn on OpenSSL OCSP verification 
support])],
+[AS_HELP_STRING([--enable-ocsp],[Turn on OpenSSL OCSP verification support])],
 [
   case "${enableval}" in
     yes )



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to