Text only
04 Mar 2010
 
 
Tools: wrap/unwrap  
1
2
3
4
dnl WARNING: the initial PKG_CHECK_MODULES() must be executed
dnl in all cases (i.e., not depend on an if clause) because
dnl it initializes pkg-config checking.
PKG_CHECK_MODULES(FOOBAR, foobar, [true], [true])