eq eq
authorChristian Grothoff <christian@grothoff.org>
Wed, 4 May 2011 21:17:52 +0000 (21:17 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 4 May 2011 21:17:52 +0000 (21:17 +0000)
configure.ac

index 563e7fec6b67675139e30c3c7fe85fc50c21249c..9dc1878280e98e22658dc2e0325cd37996b1a867 100644 (file)
@@ -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])