]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Be more strict when --with-tls was given without a DIR value.
authorMartin Kraemer <martin@apache.org>
Tue, 8 May 2001 08:56:39 +0000 (08:56 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 8 May 2001 08:56:39 +0000 (08:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89057 13f79535-47bb-0310-9956-ffa450edef68

modules/tls/config.m4

index 16edc6498a90a9aa839f0dfef773a84db5a1b675..c7320fd1595d8928c2ca682e9ffb22ac36d17946 100644 (file)
@@ -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 \