COIN-OR::LEMON - Graph Library

Changeset 4:244d8c60b997 in glemon


Ignore:
Timestamp:
07/10/08 19:53:00 (16 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Phase:
public
Message:

Issue a custom error message when Lemon is not found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r3 r4  
    3333fi
    3434
    35 PKG_CHECK_MODULES([LEMON], [lemon >= 0.6.90])
     35PKG_CHECK_MODULES([LEMON], [lemon >= 0.6.90], [], [AC_MSG_ERROR([
     36No appropriate version of package 'lemon' found.
     37
     38Consider adjusting the PKG_CONFIG_PATH environment variable or using
     39the --with-lemon=PREFIX configure flag if you installed it in a
     40non-standard prefix.
     41
     42Alternatively, you may set the environment variables LEMON_CFLAGS and
     43LEMON_LIBS to avoid the need to call pkg-config.  See the pkg-config
     44man page for more details.])])
    3645
    3746dnl Checks for header files.
Note: See TracChangeset for help on using the changeset viewer.