Commit: d2aad021e4d18ed56c7237783941cd76310e00c0
Parent: 5ce3ca820d10b89536b11318e0a05bf83a262b37
Author: Antonio Ospite <ospite@studenti.unina.it>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2013-02-23 12:51:07
Tree: 86db1cea95eeb63ef6ab6463be103c02572046dc

configure.ac: call AC_SUBST(*_CFLAGS) and AC_SUBST(*_LIBS) only when needed Bring AC_SUBST(*_CFLAGS) and AC_SUBST(*_LIBS) in the same block of the corresponding PKG_CHECK_MODULES() call. Having these variables defined outside of the if tests is more than what is needed as the corresponding PKG_CHECK_MODULES() might not have been called at all there. This is the same logic already used for USB_CFLAGS and USB_LIBS.

Diffstat

M configure.ac | 8 ++++- - - -

1 files changed, 4 insertions(+), 4 deletions(-)

View Full Diff | Patch