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:
1f48706
)
(no commit message)
author
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 23 Mar 2011 13:06:05 +0000
(13:06 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 23 Mar 2011 13:06:05 +0000
(13:06 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ad5cdaf2068ec64dafcd6e01aa1cf63aa6b926ab..b5b95721282c61313b54ace00ae36326b730bae4 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-257,10
+257,9
@@
AC_CHECK_HEADERS(glpk.h, ,[a=false])
AC_CHECK_LIB([glpk],[glp_create_prob], , [a=false])
if test $a == false
then
- AC_MSG_NOTICE([Feature b0rk is missing.])
AM_CONDITIONAL(HAVE_GLPK, [test x$a = xtrue])
+ AM_CONDITIONAL(HAVE_LIBGLPK, [test x$a != x$a])
else
- AC_MSG_NOTICE([Feature b0rk is present.])
AM_CONDITIONAL(HAVE_GLPK, [test x$a = xtrue])
AM_CONDITIONAL(HAVE_LIBGLPK, [test x$a = x$a])
fi