gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14697 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r14697 - gnunet
Date: Wed, 23 Mar 2011 14:06:06 +0100

Author: wachs
Date: 2011-03-23 14:06:05 +0100 (Wed, 23 Mar 2011)
New Revision: 14697

Modified:
   gnunet/configure.ac
Log:


Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2011-03-23 12:55:18 UTC (rev 14696)
+++ gnunet/configure.ac 2011-03-23 13:06:05 UTC (rev 14697)
@@ -257,10 +257,9 @@
 AC_CHECK_LIB([glpk],[glp_create_prob], , [a=false])
 if test $a == false
 then
-       AC_MSG_NOTICE([Feature b0rk is missing.])
        AM_CONDITIONAL(HAVE_GLPK, [test x$a = xtrue])
+       AM_CONDITIONAL(HAVE_LIBGLPK, [test x$a != x$a])
 else
-       AC_MSG_NOTICE([Feature b0rk is present.])
        AM_CONDITIONAL(HAVE_GLPK, [test x$a = xtrue])
        AM_CONDITIONAL(HAVE_LIBGLPK, [test x$a = x$a])
 fi




reply via email to

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