config/lp.m4
changeset 1355 57936f15055b
parent 1349 83388a4aa3af
child 1369 f1cf6b807414
     1.1 --- a/config/lp.m4	Thu Apr 14 16:37:26 2005 +0000
     1.2 +++ b/config/lp.m4	Thu Apr 14 21:23:25 2005 +0000
     1.3 @@ -58,10 +58,10 @@
     1.4      LIBS="$lx_save_libs"
     1.5  
     1.6      if test x"$lx_glpk_found" = x"yes"; then
     1.7 -      AC_DEFINE([HAVE_GLPK], [1], [Define if GLPK was found])
     1.8 -      AC_MSG_RESULT([found])
     1.9 +      AC_DEFINE([HAVE_GLPK], [1], [Define to 1 if you have GLPK.])
    1.10 +      AC_MSG_RESULT([yes])
    1.11      else
    1.12 -      AC_MSG_RESULT([not found])
    1.13 +      AC_MSG_RESULT([no])
    1.14      fi
    1.15    fi
    1.16    GLPK_LIBS="$GLPK_LDFLAGS $GLPK_LIBS"