gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23452 - Extractor


From: gnunet
Subject: [GNUnet-SVN] r23452 - Extractor
Date: Mon, 27 Aug 2012 20:51:59 +0200

Author: grothoff
Date: 2012-08-27 20:51:58 +0200 (Mon, 27 Aug 2012)
New Revision: 23452

Modified:
   Extractor/configure.ac
Log:
trying to improve gtk detection

Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac      2012-08-27 18:51:42 UTC (rev 23451)
+++ Extractor/configure.ac      2012-08-27 18:51:58 UTC (rev 23452)
@@ -483,12 +483,12 @@
 without_gtk=false
 if test "x$check_for_3" != "xfalse"
 then
-  AM_PATH_GTK_3_0([$check_for_3],without_gtk=false,)
+  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"
 then
-  AM_PATH_GTK_2_0([$check_for_2],without_gtk=false,)
+  AM_PATH_GTK_2_0([$check_for_2],without_gtk=false,without_gtk=true)
 fi
 
 AM_CONDITIONAL(HAVE_GTK, test x$without_gtk != xtrue)
@@ -703,3 +703,8 @@
 else
  AC_MSG_NOTICE([NOTICE: gstreamer not found, gstreamer support disabled])
 fi
+
+if test $without_gtk != false
+then
+  AC_MSG_NOTICE([NOTICE: gtk+ not found, gtk support disabled])
+fi




reply via email to

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