aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])