gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r822 - GNUnet


From: durner
Subject: [GNUnet-SVN] r822 - GNUnet
Date: Thu, 26 May 2005 05:23:24 -0700 (PDT)

Author: durner
Date: 2005-05-26 05:23:02 -0700 (Thu, 26 May 2005)
New Revision: 822

Modified:
   GNUnet/configure.ac
Log:
GTK is still needed for gnunet-setup

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2005-05-26 12:17:47 UTC (rev 821)
+++ GNUnet/configure.ac 2005-05-26 12:23:02 UTC (rev 822)
@@ -332,6 +332,15 @@
 AM_CONDITIONAL(HAVE_CURSES, test x$curses = x1)
 AM_CONDITIONAL(HAVE_PDCURSES, test x$pdcurses = x1)
 
+# check for gtk >= 2.4.0
+AC_MSG_CHECKING(for gtk)
+AM_PATH_GTK_2_0(2.4.0,without_gtk=false,without_gtk=true)
+AM_CONDITIONAL(HAVE_GTK, test x$without_gtk != xtrue)
+if test $without_gtk != true
+then
+ AC_DEFINE_UNQUOTED([HAVE_GTK], 1, [We have GTK])
+fi
+
 # check for gettext
 AM_GNU_GETTEXT_VERSION(0.14)
 AM_GNU_GETTEXT([external])





reply via email to

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