COIN-OR::LEMON - Graph Library

Changeset 1355:57936f15055b in lemon-0.x for config


Ignore:
Timestamp:
04/14/05 23:23:25 (19 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1800
Message:
  • Use messages similar to stock autoconf macros'.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/lp.m4

    r1349 r1355  
    5959
    6060    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])
    6363    else
    64       AC_MSG_RESULT([not found])
     64      AC_MSG_RESULT([no])
    6565    fi
    6666  fi
Note: See TracChangeset for help on using the changeset viewer.