From 5f589153a822ef195a8837ad0a81ad2fdb153b35 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Tue, 8 May 2001 08:56:39 +0000 Subject: [PATCH] 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 --- modules/tls/config.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/tls/config.m4 b/modules/tls/config.m4 index 16edc6498a..c7320fd159 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 \ -- 2.40.0