gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31639 - Extractor


From: gnunet
Subject: [GNUnet-SVN] r31639 - Extractor
Date: Sat, 21 Dec 2013 00:27:59 +0100

Author: grothoff
Date: 2013-12-21 00:27:59 +0100 (Sat, 21 Dec 2013)
New Revision: 31639

Modified:
   Extractor/ChangeLog
   Extractor/configure.ac
Log:
-fix check for Gtk3, update ChangeLog

Modified: Extractor/ChangeLog
===================================================================
--- Extractor/ChangeLog 2013-12-20 22:59:08 UTC (rev 31638)
+++ Extractor/ChangeLog 2013-12-20 23:27:59 UTC (rev 31639)
@@ -1,3 +1,7 @@
+Sat Dec 21 00:26:34 CET 2013
+       Fix check for Gtk3. -CG
+       Added opus audio-preview plugin. -bratao
+
 Sat Oct 19 16:30:37 CEST 2013
        Increase select() timeout, handle timeout case better.
        Releasing GNU libextractor 1.2. -CG

Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac      2013-12-20 22:59:08 UTC (rev 31638)
+++ Extractor/configure.ac      2013-12-20 23:27:59 UTC (rev 31639)
@@ -609,7 +609,7 @@
   AM_PATH_GTK_3_0([$check_for_3],without_gtk=false,without_gtk=true)
 fi
 
-if test "x$without_gtk" == "xfalse" -a "x$check_for_2" != "xfalse"
+if test "x$without_gtk" == "xtrue" -a "x$check_for_2" != "xfalse"
 then
   AM_PATH_GTK_2_0([$check_for_2],without_gtk=false,without_gtk=true)
 fi




reply via email to

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