aboutsummaryrefslogtreecommitdiff
path: root/m4/odp_openssl.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/odp_openssl.m4')
-rw-r--r--m4/odp_openssl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/odp_openssl.m4 b/m4/odp_openssl.m4
index 428470dc6..dfab10a5e 100644
--- a/m4/odp_openssl.m4
+++ b/m4/odp_openssl.m4
@@ -11,7 +11,7 @@ AC_ARG_VAR([OPENSSL_STATIC_LIBS], [static linker flags for OpenSSL crypto librar
##########################################################################
AC_ARG_WITH([openssl-path],
[AS_HELP_STRING([--with-openssl-path=DIR],
- [path to openssl libs and headers (use system path if not provided)])],
+ [path to openssl libs and headers [default=system]])],
[OPENSSL_CPPFLAGS="-I$withval/include"
OPENSSL_LIBS="-L$withval/lib -lcrypto"],
[if test "x$ac_cv_env_OPENSSL_LIBS_set" != "xset" ; then