[rs-commit] r20 - /redwax-tool/trunk/configure.ac
rs-commit at redwax.eu
rs-commit at redwax.eu
Sun Sep 5 15:30:39 CEST 2021
Author: minfrin at redwax.eu
Date: Sun Sep 5 15:30:39 2021
New Revision: 20
Log:
Minimum openssl is 1.1.0.
Modified:
redwax-tool/trunk/configure.ac
Modified: redwax-tool/trunk/configure.ac
==============================================================================
--- redwax-tool/trunk/configure.ac (original)
+++ redwax-tool/trunk/configure.ac Sun Sep 5 15:30:39 2021
@@ -18,7 +18,7 @@
AC_ARG_WITH(openssl,[ --with-openssl use openssl library],
[
if test "$with_openssl" != "no"; then
- PKG_CHECK_MODULES(openssl, openssl >= 1.0.0)
+ PKG_CHECK_MODULES(openssl, openssl >= 1.1.0)
CFLAGS="$CFLAGS $openssl_CFLAGS"
CPPFLAGS="$CPPFLAGS $openssl_CPPFLAGS"
More information about the rs-commit
mailing list