From: Martin Kraemer Date: Tue, 8 May 2001 08:56:39 +0000 (+0000) Subject: Be more strict when --with-tls was given without a DIR value. X-Git-Tag: 2.0.18~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f589153a822ef195a8837ad0a81ad2fdb153b35;p=thirdparty%2Fapache%2Fhttpd.git Be more strict when --with-tls was given without a DIR value. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89057 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/tls/config.m4 b/modules/tls/config.m4 index 16edc6498a9..c7320fd1595 100644 --- a/modules/tls/config.m4 +++ b/modules/tls/config.m4 @@ -15,6 +15,9 @@ APACHE_MODULE(tls, TLS/SSL support, $tls_objs, , no, [ break fi done + if test x"$withval" = x"yes"; then + AC_MSG_ERROR(Use --with-tls=DIR to specify the location of your SSL installation) + fi fi ssl_lib=unknown for params in \