]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
this needs OpenSSL
authorAlan T. DeKok <aland@freeradius.org>
Wed, 1 Apr 2020 14:27:49 +0000 (10:27 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 1 Apr 2020 14:28:02 +0000 (10:28 -0400)
src/modules/rlm_couchbase/configure
src/modules/rlm_couchbase/configure.ac

index e567fb1134b49877f61946fd8726af0e8e39e967..9725a10b923e4861777c8a178c0dc8a8d03d7be3 100755 (executable)
@@ -4220,6 +4220,18 @@ $as_echo "$as_me: WARNING: libcouchbase libraries not found. Use --with-libcouch
        fi
 
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL support" >&5
+$as_echo_n "checking for OpenSSL support... " >&6; }
+       if test "x$OPENSSL_LIBS" != "x"; then
+               { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+       else
+               { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+               fail="OpenSSL"
+       fi
+
+
        targetname=rlm_couchbase
 else
        targetname=
index a43ee2fb18791323769ebea21b2624a30540ce54..8791425ff598bf6497a7f48323d461b34b6e8697 100644 (file)
@@ -199,6 +199,18 @@ if test x$with_[]modname != xno; then
                fail="$fail libcouchbase"
        fi
 
+       dnl ############################################################
+       dnl # Check for OpenSSL
+       dnl ############################################################
+
+       AC_MSG_CHECKING(for OpenSSL support)
+       if test "x$OPENSSL_LIBS" != "x"; then
+               AC_MSG_RESULT(yes)
+       else
+               AC_MSG_RESULT(no)
+               fail="OpenSSL"
+       fi
+
        dnl ############################################################
        dnl # Checks done - set targetname
        dnl ############################################################