gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18442 - gnunet-gtk


From: gnunet
Subject: [GNUnet-SVN] r18442 - gnunet-gtk
Date: Tue, 6 Dec 2011 13:46:47 +0100

Author: grothoff
Date: 2011-12-06 13:46:47 +0100 (Tue, 06 Dec 2011)
New Revision: 18442

Modified:
   gnunet-gtk/configure.ac
Log:
LRN: do not look for both GTK-3 and GTK-2

Modified: gnunet-gtk/configure.ac
===================================================================
--- gnunet-gtk/configure.ac     2011-12-06 12:46:27 UTC (rev 18441)
+++ gnunet-gtk/configure.ac     2011-12-06 12:46:47 UTC (rev 18442)
@@ -169,7 +169,10 @@
 AC_MSG_CHECKING(for gtk)
 without_gtk=true
 AM_PATH_GTK_3_0(3.0.0,without_gtk=false,)
-AM_PATH_GTK_2_0(2.6.0,without_gtk=false,)
+if test $without_gtk = true
+then
+  AM_PATH_GTK_2_0(2.6.0,without_gtk=false,)
+fi
 AM_CONDITIONAL(HAVE_GTK, test x$without_gtk != xtrue)
 if test $without_gtk != true
 then




reply via email to

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