summaryrefslogtreecommitdiff
path: root/modules/tls
diff options
context:
space:
mode:
authorMartin Kraemer <martin@apache.org>2001-05-08 08:56:39 +0000
committerMartin Kraemer <martin@apache.org>2001-05-08 08:56:39 +0000
commit5f589153a822ef195a8837ad0a81ad2fdb153b35 (patch)
tree0d364d9128006065635f7aee46c0398e69b75de5 /modules/tls
parentcb49be23b95211abe4f8d4ab02b7ab03a9db5ac5 (diff)
downloadhttpd-5f589153a822ef195a8837ad0a81ad2fdb153b35.tar.gz
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
Diffstat (limited to 'modules/tls')
-rw-r--r--modules/tls/config.m43
1 files changed, 3 insertions, 0 deletions
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 \