Author: mturk
Date: Sat Nov 25 06:21:08 2006
New Revision: 479128

URL: http://svn.apache.org/viewvc?view=rev&rev=479128
Log:
Non need for test if we have boolean vars

Modified:
    tomcat/connectors/trunk/jni/native/configure.in

Modified: tomcat/connectors/trunk/jni/native/configure.in
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/configure.in?view=diff&rev=479128&r1=479127&r2=479128
==============================================================================
--- tomcat/connectors/trunk/jni/native/configure.in (original)
+++ tomcat/connectors/trunk/jni/native/configure.in Sat Nov 25 06:21:08 2006
@@ -128,7 +128,7 @@
   AC_MSG_RESULT([Disabling SSL support...])
 ])
 
-if test $use_openssl ; then
+if $use_openssl ; then
   TCN_CHECK_SSL_TOOLKIT
 fi
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to