summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-08-01 14:24:58 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-08-01 14:24:58 -0400
commit9ec6124c376bc0e12a711997264c886130510eda (patch)
treee4a9849d36b99ffcfaf821d5cfb8da96bd15e047 /configure
parent8e048e4d39bee9d6b0849d5804a625a064957459 (diff)
downloadcups-9ec6124c376bc0e12a711997264c886130510eda.tar.gz
GNU TLS FIPS140 support (Issue #5601, Issue #5622)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index eb848725c..18be3db75 100755
--- a/configure
+++ b/configure
@@ -8308,6 +8308,12 @@ fi
SAVELIBS="$LIBS"
LIBS="$LIBS $SSLLIBS"
+ ac_fn_c_check_func "$LINENO" "gnutls_fips140_set_mode" "ac_cv_func_gnutls_fips140_set_mode"
+if test "x$ac_cv_func_gnutls_fips140_set_mode" = xyes; then :
+ $as_echo "#define HAVE_GNUTLS_FIPS140_SET_MODE 1" >>confdefs.h
+
+fi
+
ac_fn_c_check_func "$LINENO" "gnutls_transport_set_pull_timeout_function" "ac_cv_func_gnutls_transport_set_pull_timeout_function"
if test "x$ac_cv_func_gnutls_transport_set_pull_timeout_function" = xyes; then :
$as_echo "#define HAVE_GNUTLS_TRANSPORT_SET_PULL_TIMEOUT_FUNCTION 1" >>confdefs.h