Commit c057af6c authored by Max Kellermann's avatar Max Kellermann

configure.ac: removed duplicate PKG_PROG_PKG_CONFIG

parent d357f585
......@@ -558,8 +558,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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment