This commit is contained in:
Todd C. Miller
2021-09-20 15:59:47 -06:00
parent a78d3cc25d
commit a036cb0252
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -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

View File

@@ -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,