From 44d4365046e7db6a5a89a5f7da70f786f3b61c33 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 12 Sep 2015 18:01:36 -0700 Subject: [PATCH] Bug 754617 - Gnucash should use PKG_PROG_PKG_CONFIG Actually we already do, making this fragment unnecessary. What's more Ximian Desktop is long gone so the work-around is redundant as well. --- configure.ac | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/configure.ac b/configure.ac index d3ea0f3cfaf..077585fa20f 100644 --- a/configure.ac +++ b/configure.ac @@ -253,18 +253,6 @@ AM_CONDITIONAL(GNUCASH_SEPARATE_BUILDDIR, test "x${srcdir}" != "x.") # Init binreloc AM_BINRELOC -### -------------------------------------------------------------------------- -### See if we have pkg-config - -AC_PATH_PROG(PKG_CONFIG,pkg-config) -if test "x$PKG_CONFIG" = x; then - # @*%&$ Ximian programmers renamed this application - AC_PATH_PROG(PKG_CONFIG,pkgconfig) - if test "x$PKG_CONFIG" = x; then - AC_MSG_ERROR([Could not find the pkg-config (or pkgconfig) program.],) - fi -fi - ### -------------------------------------------------------------------------- ### Glib checks.