From: Viktor Szakats Date: Thu, 14 Nov 2024 21:42:20 +0000 (+0100) Subject: configure: add FIXMEs for disabled pkg-config references X-Git-Tag: curl-8_11_1~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c66964f28055c48cadfc60aa091cda8e002251f6;p=thirdparty%2Fcurl.git configure: add FIXMEs for disabled pkg-config references Follow-up to d511ec8b0a56b2a99226fe556abe9f815153c648 #15573 --- diff --git a/acinclude.m4 b/acinclude.m4 index c750ed2172..916130b393 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -565,6 +565,7 @@ AC_DEFUN([CURL_CHECK_LIBS_LDAP], [ else LIBS="$curl_cv_ldap_LIBS $curl_cv_save_LIBS" fi + # FIXME: Enable when ldap was detected via pkg-config if false; then LIBCURL_PC_REQUIRES_PRIVATE="ldap $LIBCURL_PC_REQUIRES_PRIVATE" fi diff --git a/configure.ac b/configure.ac index 090c6757ab..806f11da90 100644 --- a/configure.ac +++ b/configure.ac @@ -3767,6 +3767,7 @@ if test X"$want_msh3" != Xno; then CURL_LIBRARY_PATH="$CURL_LIBRARY_PATH:$DIR_MSH3" export CURL_LIBRARY_PATH AC_MSG_NOTICE([Added $DIR_MSH3 to CURL_LIBRARY_PATH]) + dnl FIXME: Enable when msh3 was detected via pkg-config if false; then LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE libmsh3" fi diff --git a/m4/curl-mbedtls.m4 b/m4/curl-mbedtls.m4 index 73befc3f86..e0ea987e0c 100644 --- a/m4/curl-mbedtls.m4 +++ b/m4/curl-mbedtls.m4 @@ -104,6 +104,7 @@ if test "x$OPT_MBEDTLS" != xno; then AC_MSG_NOTICE([Added $mbedtlslib to CURL_LIBRARY_PATH]) fi fi + dnl FIXME: Enable when mbedTLS was detected via pkg-config if false; then LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE mbedtls" fi