aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-04 21:17:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-04 21:17:52 +0000
commit5ca7a3c1c00b37500ea0520a6918e4d746cbe242 (patch)
treee6b40be96dccf3d0fa31ef7272d0473f10dc9548 /configure.ac
parentbe3d120b4ed20ddd279139f15cb214c57f486d0c (diff)
downloadgnunet-5ca7a3c1c00b37500ea0520a6918e4d746cbe242.tar.gz
gnunet-5ca7a3c1c00b37500ea0520a6918e4d746cbe242.zip
eq eq
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 563e7fec6..9dc187828 100644
--- a/configure.ac
+++ b/configure.ac
@@ -261,7 +261,7 @@ AC_CHECK_HEADERS(glpk.h, ,[gplk=false])
261AC_CHECK_LIB([glpk],[glp_create_prob], , [gplk=false]) 261AC_CHECK_LIB([glpk],[glp_create_prob], , [gplk=false])
262# GLPK must support atm MLP presolving, version >= 4.32 262# GLPK must support atm MLP presolving, version >= 4.32
263AC_CHECK_MEMBERS(glp_iocp.presolve, ,[gplk=false],[[#include <glpk.h>]]) 263AC_CHECK_MEMBERS(glp_iocp.presolve, ,[gplk=false],[[#include <glpk.h>]])
264if test $gplk = false 264if test $gplk == false
265then 265then
266 AM_CONDITIONAL(HAVE_GLPK, [test x$gplk = xtrue]) 266 AM_CONDITIONAL(HAVE_GLPK, [test x$gplk = xtrue])
267 AM_CONDITIONAL(HAVE_LIBGLPK, [test x$gplk != x$gplk]) 267 AM_CONDITIONAL(HAVE_LIBGLPK, [test x$gplk != x$gplk])