gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3733 - GNUnet


From: grothoff
Subject: [GNUnet-SVN] r3733 - GNUnet
Date: Sun, 12 Nov 2006 12:53:49 -0800 (PST)

Author: grothoff
Date: 2006-11-12 12:53:48 -0800 (Sun, 12 Nov 2006)
New Revision: 3733

Modified:
   GNUnet/configure.ac
Log:
fixing configure

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2006-11-12 20:53:34 UTC (rev 3732)
+++ GNUnet/configure.ac 2006-11-12 20:53:48 UTC (rev 3733)
@@ -378,7 +378,7 @@
 # GNUnet Setup
 AC_CHECK_HEADER([dialog.h],curses=1,curses=0)
 AM_CONDITIONAL(HAVE_DIALOG, test x$curses = x1)
-AC_DEFINE_UNQUOTED([HAVE_CURSES], test x$curses = x1, [We have ncurses])
+AC_DEFINE_UNQUOTED([HAVE_CURSES], $curses, [We have ncurses])
 
 # check for gtk >= 2.6.0
 AC_MSG_CHECKING(for gtk)





reply via email to

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