From b596c078b0d9d2ef9bae6afd2a343f78a311dd4e Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 23 Mar 2011 13:06:05 +0000 Subject: [PATCH] --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.25.1