Fix PKG_CHECK_MODULES usage
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 6 Jun 2013 22:57:15 +0000 (18:57 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 6 Jun 2013 22:57:15 +0000 (18:57 -0400)
commit270cfd7a9c01dfb1b1789929f020943ad63aca99
tree09c2cdb499deb5784f4f68b68f2585140f22ffcc
parent2fd0e02706857bcaf61bf5151657eac96cfa73b9
Fix PKG_CHECK_MODULES usage

Bug 65246 - Fix build without graphite2

If we don't provide ACTION-IF-NOT-FOUND, configure aborts if it can't
find the libraries.  We handle that ourselves so we don't want the
macro to abort.
configure.ac