From: Yaakov Selkowitz <[email protected]>

The first PKG_CHECK_MODULES call is not conditional, so this is unnecessary.

Signed-off-by: Yaakov Selkowitz <[email protected]>
---
 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

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to