Changeset 442

Show
Ignore:
Timestamp:
11/02/06 11:15:23 (2 years ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r441 r442  
     12006-11-02  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * configure.in (HAVE_GNUTLS, HAVE_OPENSSL): There is no reason to 
     4        show such a fancy warning message is gnutls or openssl is not 
     5        found. Removed. 
     6 
    172006-11-01  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    28 
  • cherokee/trunk/configure.in

    r438 r442  
    859859                else 
    860860                           enable_tls=no 
    861                            AC_MSG_WARN([[ 
    862                    *** 
    863                    *** libgnutls was not found. You may want to get it from 
    864                    *** ftp://ftp.gnutls.org/pub/gnutls/ 
    865                    ***]]) 
    866861                fi 
    867862fi 
     
    884879                else 
    885880                        enable_tls=no 
    886                         AC_MSG_WARN([[ 
    887                    *** 
    888                    *** OpenSSL was not found. You may want to get it from 
    889                    *** http://www.openssl.org 
    890                    ***]]) 
    891881                fi 
    892882fi