[PATCH libXaw3d 05/11] Remove excess PKG_PROG_PKG_CONFIG call
Yaakov (Cygwin/X)
yselkowitz at users.sourceforge.net
Wed Aug 24 04:11:57 PDT 2011
From: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
The first PKG_CHECK_MODULES call is not conditional, so this is unnecessary.
Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
---
configure.ac | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index 46ce725..550f3fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,12 +16,6 @@ AC_PROG_LIBTOOL
# Some compilers do not support per target -c and -o flags
AM_PROG_CC_C_O
-# Checks for programs.
-
-# Need to call this explicitly since the first call to PKG_CHECK_MODULES
-# is in an if statement, and later calls would break if it's skipped.
-PKG_PROG_PKG_CONFIG
-
# Checks for header files.
PKG_CHECK_MODULES(X11, [x11 xt xmu])
AC_CHECK_HEADERS([wctype.h wchar.h widec.h])
--
1.7.5.1
More information about the xorg-devel
mailing list