gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: No longer require libextractor at config


From: gnunet
Subject: [gnunet] branch master updated: No longer require libextractor at configure time
Date: Fri, 26 Nov 2021 13:09:18 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c384f7784 No longer require libextractor at configure time
c384f7784 is described below

commit c384f7784ae2944b31122c2be5795651d93db103
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Nov 26 07:03:17 2021 -0500

    No longer require libextractor at configure time
    
    * configure.ac: Remove AC_MSG_ERROR if libextractor is not found.
---
 configure.ac | 2 --
 1 file changed, 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],
                [EXTRACTOR_plugin_add_defaults],
                [extractor.h],
                [HAVE_LIBEXTRACTOR])
-AS_IF([test "x$extractor" = "x0"],
-      [AC_MSG_ERROR([GNUnet requires libextractor])])
 
 # check for libltdl
 CHECK_WITH_LIB([ltdl], [lt_dlopenext], [ltdl.h], [HAVE_LTDL])

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]