blob: d7414e0a90830e39e6c20ee9c7a878ee6bbf755b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
diff -ru bind-9.13.2.orig/configure bind-9.13.2/configure
--- bind-9.13.2.orig/configure 2018-07-03 09:51:40.000000000 +0200
+++ bind-9.13.2/configure 2023-09-15 14:41:57.738821487 +0200
@@ -16616,10 +16616,6 @@
$as_echo "yes" >&6; }
DST_OPENSSL_LIBS="$DST_OPENSSL_LIBS -ldl"
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unknown" >&5
-$as_echo "unknown" >&6; }
- as_fn_error $? "OpenSSL has unsupported dynamic loading" "$LINENO" 5
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
@@ -18148,14 +18144,6 @@
-#
-# NLS
-#
-ac_fn_c_check_func "$LINENO" "catgets" "ac_cv_func_catgets"
-if test "x$ac_cv_func_catgets" = xyes; then :
- $as_echo "#define HAVE_CATGETS 1" >>confdefs.h
-
-fi
#
|