Skip to content

Commit

Permalink
Bug 754617 - Gnucash should use PKG_PROG_PKG_CONFIG
Browse files Browse the repository at this point in the history
Actually we already do, making this fragment unnecessary. What's more
Ximian Desktop is long gone so the work-around is redundant as well.
  • Loading branch information
jralls committed Sep 13, 2015
1 parent 10d81d6 commit 44d4365
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 44d4365

Please sign in to comment.