[gs-cvs] rev 8304 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Fri Oct 19 17:37:24 PDT 2007
Author: giles
Date: 2007-10-19 17:37:23 -0700 (Fri, 19 Oct 2007)
New Revision: 8304
Modified:
trunk/gs/src/configure.ac
Log:
Remove a redundant check for pkg-config.
Modified: trunk/gs/src/configure.ac
===================================================================
--- trunk/gs/src/configure.ac 2007-10-20 00:37:19 UTC (rev 8303)
+++ trunk/gs/src/configure.ac 2007-10-20 00:37:23 UTC (rev 8304)
@@ -182,8 +182,6 @@
# We MUST NOT use PKG_CHECK_MODULES since it is a) not a standard
# autoconf macro and b) requires pkg-config on the system, which is
# NOT standard on ANY OS, including Linux!
- AC_PATH_PROG(PKGCONFIG, pkg-config)
-
if test "x$PKGCONFIG" != x; then
AC_MSG_CHECKING(for fontconfig with pkg-config)
if $PKGCONFIG --exists fontconfig; then
More information about the gs-cvs
mailing list