summaryrefslogtreecommitdiff
path: root/config/glpk.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/glpk.m4')
-rw-r--r--config/glpk.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/glpk.m4 b/config/glpk.m4
index 2799d5a77..8d16fceee 100644
--- a/config/glpk.m4
+++ b/config/glpk.m4
@@ -9,7 +9,7 @@ GLPK_LIBS=
GLPK_LDFLAGS=
if test "$with_glpk" = no; then
AC_MSG_RESULT([no, glpk disabled by user])
-elif test "$with_glpk" = yes; then
+elif test -n "$with_glpk"; then
AC_MSG_RESULT([yes, glpk requested by user])
# Get the location of all the GLPK stuff
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback