aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-11-26 13:11:47 +0100
committerChristian Grothoff <grothoff@gnunet.org>2021-11-26 13:11:47 +0100
commit9792ef1c3d9af43e59d4470ece566107e104f11c (patch)
treea2ea3f7d9a7ebffc414e844c1518d5612ff92b7b /configure.ac
parentb1bb98f8bd3499c015cee6ca6fcdf996e89c137a (diff)
downloadgnunet-9792ef1c3d9af43e59d4470ece566107e104f11c.tar.gz
gnunet-9792ef1c3d9af43e59d4470ece566107e104f11c.zip
make LE optional
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f5feae72c..c4b3f1670 100644
--- a/configure.ac
+++ b/configure.ac
@@ -829,7 +829,7 @@ CHECK_WITH_LIB([extractor],
829 [extractor.h], 829 [extractor.h],
830 [HAVE_LIBEXTRACTOR]) 830 [HAVE_LIBEXTRACTOR])
831AS_IF([test "x$extractor" = "x0"], 831AS_IF([test "x$extractor" = "x0"],
832 [AC_MSG_ERROR([GNUnet requires libextractor])]) 832 [AC_MSG_RESULT([GNU libextractor not found, some features disabled])])
833 833
834# check for libltdl 834# check for libltdl
835CHECK_WITH_LIB([ltdl], [lt_dlopenext], [ltdl.h], [HAVE_LTDL]) 835CHECK_WITH_LIB([ltdl], [lt_dlopenext], [ltdl.h], [HAVE_LTDL])