Bug#303211: pkg-config: PKG_CHECK_MODULES breaks when first used conditionally

2005-04-06 Thread Tollef Fog Heen
* Jonathan Matthew | Package: pkg-config | Version: 0.16.0-1 | Severity: normal | | Rhythmbox's configure.ac does something like this: | | if test x$enable_ipod = xyes; then | [some stuff] | PKG_CHECK_MODULES( .. some stuff .. ) | fi | | PKG_CHECK_MODULES( .. some other stuff .. )

Bug#303211: pkg-config: PKG_CHECK_MODULES breaks when first used conditionally

2005-04-05 Thread Jonathan Matthew
Package: pkg-config Version: 0.16.0-1 Severity: normal Rhythmbox's configure.ac does something like this: if test x$enable_ipod = xyes; then [some stuff] PKG_CHECK_MODULES( .. some stuff .. ) fi PKG_CHECK_MODULES( .. some other stuff .. ) When the first PKG_CHECK_MODULES is not