Skip to content
Snippets Groups Projects
Commit d7a29388 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Mention that PKG_CONFIG_PATH is preferred to --with-ssl

parent a6836586
No related branches found
No related tags found
No related merge requests found
......@@ -828,7 +828,7 @@ OPT_SSL=off
dnl Default to no CA bundle
ca="no"
AC_ARG_WITH(ssl,dnl
AC_HELP_STRING([--with-ssl=PATH],[where to look for SSL, PATH points to the SSL installation (default: /usr/local/ssl)])
AC_HELP_STRING([--with-ssl=PATH],[Where to look for OpenSSL, PATH points to the SSL installation (default: /usr/local/ssl); when possible, set the PKG_CONFIG_PATH environment variable instead of using this option])
AC_HELP_STRING([--without-ssl], [disable SSL]),
OPT_SSL=$withval)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment