Bug #8760 2006-09-11 11:38
afb
PKG_CHECK_MODULES not always available
The new autoconf script is looking for GTK+ 2.x using pkg-config...
Unfortunately "pkg.m4" is not available everywhere, like on Mac:
../configure: line 22959: syntax error near unexpected token `GTK2,'
../configure: line 22959: `PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.0)'
So this needs to be conditionalized, so it can run on platforms
that do not have "pkg-config" installed (or GTK2 for that matter)
- Category
- Group
- Status
- Closed
- Close date
- 2006-11-11 14:32
- Assigned to
- afb
History
afb 2006-11-11 14:32
Fixed, rev 3205