Changeset 4:244d8c60b997 in glemon
- Timestamp:
- 07/10/08 19:53:00 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r3 r4 33 33 fi 34 34 35 PKG_CHECK_MODULES([LEMON], [lemon >= 0.6.90]) 35 PKG_CHECK_MODULES([LEMON], [lemon >= 0.6.90], [], [AC_MSG_ERROR([ 36 No appropriate version of package 'lemon' found. 37 38 Consider adjusting the PKG_CONFIG_PATH environment variable or using 39 the --with-lemon=PREFIX configure flag if you installed it in a 40 non-standard prefix. 41 42 Alternatively, you may set the environment variables LEMON_CFLAGS and 43 LEMON_LIBS to avoid the need to call pkg-config. See the pkg-config 44 man page for more details.])]) 36 45 37 46 dnl Checks for header files.
Note: See TracChangeset
for help on using the changeset viewer.