projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca7a3c
)
xtric
author
Christian Grothoff
<christian@grothoff.org>
Wed, 4 May 2011 21:29:52 +0000
(21:29 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 4 May 2011 21:29:52 +0000
(21:29 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 9dc1878280e98e22658dc2e0325cd37996b1a867..ab55d0b8b0573cf7462a74019eb0a24df978e933 100644
(file)
--- 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
x$gplk = x
false
then
AM_CONDITIONAL(HAVE_GLPK, [test x$gplk = xtrue])
AM_CONDITIONAL(HAVE_LIBGLPK, [test x$gplk != x$gplk])