aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-03-23 13:06:05 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-03-23 13:06:05 +0000
commitb596c078b0d9d2ef9bae6afd2a343f78a311dd4e (patch)
tree97b615b1673fe818f3b431087b9dbd1c46658436 /configure.ac
parent1f48706b38a99959f71c2c6a3755024d0b86f95d (diff)
downloadgnunet-b596c078b0d9d2ef9bae6afd2a343f78a311dd4e.tar.gz
gnunet-b596c078b0d9d2ef9bae6afd2a343f78a311dd4e.zip
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 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])
257AC_CHECK_LIB([glpk],[glp_create_prob], , [a=false]) 257AC_CHECK_LIB([glpk],[glp_create_prob], , [a=false])
258if test $a == false 258if test $a == false
259then 259then
260 AC_MSG_NOTICE([Feature b0rk is missing.])
261 AM_CONDITIONAL(HAVE_GLPK, [test x$a = xtrue]) 260 AM_CONDITIONAL(HAVE_GLPK, [test x$a = xtrue])
261 AM_CONDITIONAL(HAVE_LIBGLPK, [test x$a != x$a])
262else 262else
263 AC_MSG_NOTICE([Feature b0rk is present.])
264 AM_CONDITIONAL(HAVE_GLPK, [test x$a = xtrue]) 263 AM_CONDITIONAL(HAVE_GLPK, [test x$a = xtrue])
265 AM_CONDITIONAL(HAVE_LIBGLPK, [test x$a = x$a]) 264 AM_CONDITIONAL(HAVE_LIBGLPK, [test x$a = x$a])
266fi 265fi