aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-11-26 07:03:17 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-11-26 07:06:45 -0500
commitc384f7784ae2944b31122c2be5795651d93db103 (patch)
tree4e5f1806e4bb3363974a883cd4595cae63146e4c
parentb1bb98f8bd3499c015cee6ca6fcdf996e89c137a (diff)
downloadgnunet-c384f7784ae2944b31122c2be5795651d93db103.tar.gz
gnunet-c384f7784ae2944b31122c2be5795651d93db103.zip
No longer require libextractor at configure time
* configure.ac: Remove AC_MSG_ERROR if libextractor is not found.
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f5feae72c..44cdbbcea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -828,8 +828,6 @@ CHECK_WITH_LIB([extractor],
828 [EXTRACTOR_plugin_add_defaults], 828 [EXTRACTOR_plugin_add_defaults],
829 [extractor.h], 829 [extractor.h],
830 [HAVE_LIBEXTRACTOR]) 830 [HAVE_LIBEXTRACTOR])
831AS_IF([test "x$extractor" = "x0"],
832 [AC_MSG_ERROR([GNUnet requires libextractor])])
833 831
834# check for libltdl 832# check for libltdl
835CHECK_WITH_LIB([ltdl], [lt_dlopenext], [ltdl.h], [HAVE_LTDL]) 833CHECK_WITH_LIB([ltdl], [lt_dlopenext], [ltdl.h], [HAVE_LTDL])