Commit 88662c2d authored by Martin Kraemer's avatar Martin Kraemer
Browse files

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
parent 12494791
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 \