]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add status-message on whether dlopen is available.
authorAndreas Metzler <ametzler@bebt.de>
Sun, 18 Aug 2024 10:34:09 +0000 (12:34 +0200)
committerAndreas Metzler <ametzler@bebt.de>
Sat, 7 Sep 2024 11:26:38 +0000 (13:26 +0200)
Signed-off-by: Andreas Metzler <ametzler@bebt.de>
configure.ac

index 47a7c7601b4dea1bf1e4747506bfc6c0ea90ba00..7406766550c5891c05dd63a419ad3ee1d56c4202 100644 (file)
@@ -955,6 +955,7 @@ AM_CONDITIONAL(P11KIT_0_23_11_API, $PKG_CONFIG --atleast-version=0.23.11 p11-kit
 
 AM_CONDITIONAL(ENABLE_PKCS11, test "$with_p11_kit" != "no")
 
+AC_MSG_CHECKING([whether we can dlopen helper-libraries])
 save_LIBS=$LIBS
 LIBS="$LIBS -lm"
 LIBGNUTLS_CHECK_SONAME([m], [AC_LANG_PROGRAM([
@@ -975,6 +976,8 @@ AC_RUN_IFELSE(
   [ac_cv_dlopen_soname_works=no],
   [ac_cv_dlopen_soname_works=cross-compiling])
 
+AC_MSG_RESULT([$ac_cv_dlopen_soname_works])
+
 AM_CONDITIONAL([ENABLE_DLOPEN], [test "$ac_cv_dlopen_soname_works" = yes])
 need_ltlibdl=no