From 307c6be9450a11ab22d5ef1f434c39c5fa9c597b Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 9 Aug 2013 15:16:59 -0700 Subject: [PATCH] Switch from libpulse-simple to libpulse. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 1045d62e..0606ba9d 100644 --- a/configure.ac +++ b/configure.ac @@ -171,14 +171,14 @@ AC_SUBST(VORBIS_LIBS) have_pulse=yes PULSE_LIBS= -AC_CHECK_LIB([pulse-simple], [pa_simple_new], [PULSE_LIBS="$PULSE_LIBS -lpulse-simple"], [have_pulse=no]) +AC_CHECK_LIB([pulse], [pa_context_new], [PULSE_LIBS="$PULSE_LIBS -lpulse"], [have_pulse=no]) AM_CONDITIONAL([ENABLE_PULSE], [test "x${have_pulse}" = "xyes"]) if test "x${have_pulse}" = "xno" then AC_MSG_WARN([ -------------------------------------------- - Unable to find libpulse-simple + Unable to find libpulse Sound support for VNC will be disabled --------------------------------------------]) else @@ -534,7 +534,7 @@ $PACKAGE_NAME version $PACKAGE_VERSION libssl .............. ${have_ssl} libVNCServer ........ ${have_libvncserver} libvorbis ........... ${have_vorbis} - libpulse-simple ..... ${have_pulse} + libpulse ............ ${have_pulse} Protocol support: