gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32281 - Extractor


From: gnunet
Subject: [GNUnet-SVN] r32281 - Extractor
Date: Mon, 10 Feb 2014 21:56:44 +0100

Author: LRN
Date: 2014-02-10 21:56:44 +0100 (Mon, 10 Feb 2014)
New Revision: 32281

Modified:
   Extractor/configure.ac
Log:
Fix gtk test logic (start by assuming that gtk isn't availble)

Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac      2014-02-10 19:20:17 UTC (rev 32280)
+++ Extractor/configure.ac      2014-02-10 20:56:44 UTC (rev 32281)
@@ -604,7 +604,7 @@
    ],
    [AC_MSG_RESULT([--with-gtk-version not specified])])
 
-without_gtk=false
+without_gtk=true
 if test "x$check_for_3" != "xfalse"
 then
   AM_PATH_GTK_3_0([$check_for_3],without_gtk=false,without_gtk=true)




reply via email to

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