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:
be3d120
)
eq eq
author
Christian Grothoff
<christian@grothoff.org>
Wed, 4 May 2011 21:17:52 +0000
(21:17 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 4 May 2011 21:17:52 +0000
(21:17 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 563e7fec6b67675139e30c3c7fe85fc50c21249c..9dc1878280e98e22658dc2e0325cd37996b1a867 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 $gplk =
=
false
then
AM_CONDITIONAL(HAVE_GLPK, [test x$gplk = xtrue])
AM_CONDITIONAL(HAVE_LIBGLPK, [test x$gplk != x$gplk])