mturk       2005/05/23 04:49:25

  Modified:    jni/native/build tcnative.m4
  Log:
  Break with error if openssl toolkit was not found.
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-tomcat-connectors/jni/native/build/tcnative.m4
  
  Index: tcnative.m4
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/build/tcnative.m4,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tcnative.m4       23 May 2005 11:43:36 -0000      1.2
  +++ tcnative.m4       23 May 2005 11:49:25 -0000      1.3
  @@ -214,7 +214,7 @@
     tcn_ssltk_inc=""
     tcn_ssltk_lib=""
     tcn_ssltk_type=""
  -  AC_ARG_WITH(ssl, APACHE_HELP_STRING(--with-ssl=DIR,OpenSSL SSL/TLS 
toolkit), [
  +  AC_ARG_WITH(ssl, TCN_HELP_STRING(--with-ssl=DIR,OpenSSL SSL/TLS toolkit), [
       dnl If --with-ssl specifies a directory, we use that directory or fail
       if test "x$withval" != "xyes" -a "x$withval" != "x"; then
         dnl This ensures $withval is actually a directory and that it is 
absolute
  @@ -268,7 +268,7 @@
       fi
     fi
     if test "$tcn_ssltk_type" != "openssl"; then
  -      AC_MSG_RESULT([no OpenSSL headers found])
  +    AC_MSG_ERROR([... No OpenSSL headers found])
     fi
     dnl restore
     CPPFLAGS=$saved_CPPFLAGS
  
  
  

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

Reply via email to