diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2011-08-24 23:15:38 -0500 |
---|---|---|
committer | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2011-08-24 23:34:26 -0500 |
commit | 3d64c7782d03530d0f03b194680696f230d7dcc2 (patch) | |
tree | 53d4841328acd231fcb07891319b8d3b9acdea51 /configure.ac | |
parent | cbe8faae35da309cbae310720e273bacdd8fbc99 (diff) |
Remove excess PKG_PROG_PKG_CONFIG call
The first PKG_CHECK_MODULES call is not conditional, so this is unnecessary.
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Acked-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | 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]) |