diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2005-12-23 22:33:06 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2005-12-23 22:33:06 +0000 |
commit | d7a2938849a5f44196f0dad2a6261ee43492e4e4 (patch) | |
tree | 8b3bb3eddc2fda88e7f24d0849e33733754b10b0 | |
parent | a683658675ea71e272932e2fe3b55a5c1f065869 (diff) |
Mention that PKG_CONFIG_PATH is preferred to --with-ssl
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2e8490f86..48a6d6dc6 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |