commit 6f907615d5c6a2f7e12a3717dd901d1b6368370a
parent ee0eab48fd0505e005f9159381855bebd362ba68
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 20 Dec 2013 23:27:59 +0000
-fix check for Gtk3, update ChangeLog
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -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
diff --git a/configure.ac b/configure.ac
@@ -609,7 +609,7 @@ then
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