]> jfr.im git - irc/ircd-hybrid/hopm.git/commitdiff
- ax_arg_openssl.m4: fixed broken LibreSSL/OpenSSL checking message
authormichael <redacted>
Fri, 10 Jul 2020 19:34:20 +0000 (19:34 +0000)
committermichael <redacted>
Fri, 10 Jul 2020 19:34:20 +0000 (19:34 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.1.x@9512 82007160-df01-0410-b94d-b575c5fd34c7

configure
m4/ax_arg_openssl.m4

index d6c172d92daf522962ab445ea858d3147556a884..4cd53df8b5ddbdf14f28e5571650df7366a0fac3 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Id: configure.ac 9327 2020-03-29 13:15:12Z michael .
+# From configure.ac Id: configure.ac 9491 2020-07-04 19:39:34Z michael .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for hopm 1.1.8.
 #
@@ -12668,8 +12668,8 @@ $as_echo "disabled" >&6; }
 fi
 
 if test "$cf_enable_openssl" != "no"; then :
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL" >&5
-$as_echo_n "checking for LibreSSL... " >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL, or OpenSSL 1.1.1 and above" >&5
+$as_echo_n "checking for LibreSSL, or OpenSSL 1.1.1 and above... " >&6; }
   if test "$cross_compiling" = yes; then :
   cf_openssl_version_ok=no
 else
index 7391873331107870bf9219640b3416af2794ca65..e172e16d0abeac9876c5073950a2e8f8b0a91e30 100644 (file)
@@ -61,7 +61,7 @@ else
 fi
 
 AS_IF([test "$cf_enable_openssl" != "no"],
- [AC_MSG_CHECKING(for LibreSSL, or OpenSSL 1.1.1 and above)
+ [AC_MSG_CHECKING([for LibreSSL, or OpenSSL 1.1.1 and above])
   AC_RUN_IFELSE([
     AC_LANG_PROGRAM([
     #include <openssl/opensslv.h>