gnucash maint: Bug 754617 - Gnucash should use PKG_PROG_PKG_CONFIG

John Ralls jralls at code.gnucash.org
Sat Sep 12 22:36:23 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/44d43650 (commit)
	from  https://github.com/Gnucash/gnucash/commit/10d81d65 (commit)



commit 44d4365046e7db6a5a89a5f7da70f786f3b61c33
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 12 18:01:36 2015 -0700

    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.

diff --git a/configure.ac b/configure.ac
index d3ea0f3..077585f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -254,18 +254,6 @@ AM_CONDITIONAL(GNUCASH_SEPARATE_BUILDDIR, test "x${srcdir}" != "x.")
 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.
 
 # We require glib >= 2.28, released together with gtk-2.24;



Summary of changes:
 configure.ac | 12 ------------
 1 file changed, 12 deletions(-)



More information about the gnucash-changes mailing list