fix typo
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1759,7 +1759,7 @@ Optional Features:
|
||||
log server.
|
||||
--enable-openssl Use OpenSSL's TLS and sha2 functions
|
||||
--enable-openssl-pkgconfig-template
|
||||
A printf format string used to contruct the OpenSSL
|
||||
A printf format string used to construct the OpenSSL
|
||||
pkg-config name
|
||||
--enable-gcrypt Use GNU crypt's sha2 functions
|
||||
--enable-python Compile python plugin support
|
||||
|
@@ -1569,7 +1569,7 @@ AC_ARG_ENABLE(openssl,
|
||||
fi
|
||||
])
|
||||
AC_ARG_ENABLE(openssl-pkgconfig-template,
|
||||
[AS_HELP_STRING([--enable-openssl-pkgconfig-template], [A printf format string used to contruct the OpenSSL pkg-config name])],
|
||||
[AS_HELP_STRING([--enable-openssl-pkgconfig-template], [A printf format string used to construct the OpenSSL pkg-config name])],
|
||||
[], [enable_openssl_pkgconfig_template="%s"])
|
||||
|
||||
AC_ARG_ENABLE(gcrypt,
|
||||
|
Reference in New Issue
Block a user