From df2380b600a6735a356c1acc46e40dac574c99fe Mon Sep 17 00:00:00 2001 From: north Date: Wed, 31 Jan 2007 17:42:08 +0000 Subject: [PATCH] Per Mark Espie , this fix allows PKG_CONFIG to succeed even when configuring --without-cairopango, so that the subsequent gtk+ test can be run. Without cairopango, the GTK driver is effectively useless, but at least the build completes. (I am not sure if this is what Mark is expecting.) --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index f7f78736d..f08b09b7c 100644 --- a/configure.ac +++ b/configure.ac @@ -155,6 +155,7 @@ AC_PROG_LN_S AC_CHECK_PROG(SED,sed,sed,false) AC_CHECK_PROG(GREP,grep,grep,false) AC_CHECK_PROG(SORT,sort,sort,false) +PKG_PROG_PKG_CONFIG # are we building for windows? # (these tests must follow AC_ISC_POSIX) -- 2.40.0