From: Matthias Wachs Date: Wed, 23 Mar 2011 13:06:05 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~18931 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b596c078b0d9d2ef9bae6afd2a343f78a311dd4e;p=oweals%2Fgnunet.git --- diff --git a/configure.ac b/configure.ac index ad5cdaf20..b5b957212 100644 --- a/configure.ac +++ b/configure.ac @@ -257,10 +257,9 @@ AC_CHECK_HEADERS(glpk.h, ,[a=false]) 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