Changeset 1355:57936f15055b in lemon-0.x for config
- Timestamp:
- 04/14/05 23:23:25 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1800
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config/lp.m4
r1349 r1355 59 59 60 60 if test x"$lx_glpk_found" = x"yes"; then 61 AC_DEFINE([HAVE_GLPK], [1], [Define if GLPK was found])62 AC_MSG_RESULT([ found])61 AC_DEFINE([HAVE_GLPK], [1], [Define to 1 if you have GLPK.]) 62 AC_MSG_RESULT([yes]) 63 63 else 64 AC_MSG_RESULT([no t found])64 AC_MSG_RESULT([no]) 65 65 fi 66 66 fi
Note: See TracChangeset
for help on using the changeset viewer.