diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-05-04 21:17:52 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-05-04 21:17:52 +0000 |
commit | 5ca7a3c1c00b37500ea0520a6918e4d746cbe242 (patch) | |
tree | e6b40be96dccf3d0fa31ef7272d0473f10dc9548 | |
parent | be3d120b4ed20ddd279139f15cb214c57f486d0c (diff) |
eq eq
-rw-r--r-- | configure.ac | 2 |
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]) AC_CHECK_LIB([glpk],[glp_create_prob], , [gplk=false]) # GLPK must support atm MLP presolving, version >= 4.32 AC_CHECK_MEMBERS(glp_iocp.presolve, ,[gplk=false],[[#include <glpk.h>]]) -if test $gplk = false +if test $gplk == false then AM_CONDITIONAL(HAVE_GLPK, [test x$gplk = xtrue]) AM_CONDITIONAL(HAVE_LIBGLPK, [test x$gplk != x$gplk]) |