From: north Date: Wed, 31 Jan 2007 17:42:08 +0000 (+0000) Subject: Per Mark Espie , this fix allows PKG_CONFIG to succeed X-Git-Tag: LAST_LIBGRAPH~32^2~5689 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df2380b600a6735a356c1acc46e40dac574c99fe;p=graphviz 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.) --- 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)