aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-11 17:39:23 +0100
committerMax Kellermann <max@duempel.org>2009-01-13 23:10:00 +0100
commit0b1cf72bcf8e05ffcd5f3238336fb4f51627acca (patch)
tree110295e57ff136ac273755df069c9cc991e7b8d1
parent94afcd45036eb82b314b5d8ceffb1d51ce9893f8 (diff)
downloadmpd-0b1cf72bcf8e05ffcd5f3238336fb4f51627acca.tar.gz
mpd-0b1cf72bcf8e05ffcd5f3238336fb4f51627acca.tar.xz
mpd-0b1cf72bcf8e05ffcd5f3238336fb4f51627acca.zip
configure.ac: removed duplicate PKG_PROG_PKG_CONFIG
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f0973ba8b..47711b4b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -398,8 +398,6 @@ fi
AM_CONDITIONAL(HAVE_OSS, test x$enable_oss = xyes)
-PKG_PROG_PKG_CONFIG
-
if test x$enable_pulse = xyes; then
PKG_CHECK_MODULES([PULSE], [libpulse-simple],
[enable_pulse=yes;AC_DEFINE([HAVE_PULSE], 1, [Define to enable PulseAudio support])] MPD_LIBS="$MPD_LIBS $PULSE_LIBS" MPD_CFLAGS="$MPD_CFLAGS $PULSE_CFLAGS",