gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-gtk] branch master updated: fix: build without libextractor


From: gnunet
Subject: [gnunet-gtk] branch master updated: fix: build without libextractor
Date: Sun, 05 Jul 2020 23:01:03 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new cb56fe76 fix: build without libextractor
cb56fe76 is described below

commit cb56fe763fc84bc5a61796d5742c1c5570a5b41f
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Sun Jul 5 22:55:18 2020 +0200

    fix: build without libextractor
---
 configure.ac  | 16 ++++++++--------
 m4/ltsugar.m4 |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0b66cb9e..dc18cc98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -155,14 +155,6 @@ AS_IF([test "x$enable_peerinfo_app" != "xno"], [
 ])
 AC_SUBST(GNUNET_PEERINFO_APP)
 
-GNUNET_CONVERSATION_APP=""
-AC_ARG_ENABLE([conversation-app],
-   AS_HELP_STRING([--disable-conversation-app],[Do not build 
gnunet-conversation-gtk application]))
-AS_IF([test "x$enable_conversation_app" != "xno"], [
-  GNUNET_CONVERSATION_APP="conversation"
-])
-AC_SUBST(GNUNET_CONVERSATION_APP)
-
 
 # test for libextractor
 extractor=0
@@ -201,6 +193,14 @@ AS_IF([test "$extractor" != 1],
  AC_DEFINE([HAVE_LIBEXTRACTOR],[1],[Have libextractor])
 ])
 
+GNUNET_CONVERSATION_APP=""
+AC_ARG_ENABLE([conversation-app],
+   AS_HELP_STRING([--disable-conversation-app],[Do not build 
gnunet-conversation-gtk application]))
+AS_IF([test "x$enable_conversation_app" != "xno" -a "x$extractor" == "x1"], [
+  GNUNET_CONVERSATION_APP="conversation"
+])
+AC_SUBST(GNUNET_CONVERSATION_APP)
+
 
 # test for libqrencode
 qrencode=0
diff --git a/m4/ltsugar.m4 b/m4/ltsugar.m4
index 48bc9344..e652d5a1 100644
--- a/m4/ltsugar.m4
+++ b/m4/ltsugar.m4
@@ -1,6 +1,6 @@
 # ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
 #
-# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
+# Copyright (C) 2004-2005, 2007-2008, 2011-2019 Free Software
 # Foundation, Inc.
 # Written by Gary V. Vaughan, 2004
 #

-- 
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]