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