Switch from libpulse-simple to libpulse.

This commit is contained in:
Michael Jumper 2013-08-09 15:16:59 -07:00
parent 88f62df0f3
commit 307c6be945

View File

@ -171,14 +171,14 @@ AC_SUBST(VORBIS_LIBS)
have_pulse=yes have_pulse=yes
PULSE_LIBS= 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"]) AM_CONDITIONAL([ENABLE_PULSE], [test "x${have_pulse}" = "xyes"])
if test "x${have_pulse}" = "xno" if test "x${have_pulse}" = "xno"
then then
AC_MSG_WARN([ AC_MSG_WARN([
-------------------------------------------- --------------------------------------------
Unable to find libpulse-simple Unable to find libpulse
Sound support for VNC will be disabled Sound support for VNC will be disabled
--------------------------------------------]) --------------------------------------------])
else else
@ -534,7 +534,7 @@ $PACKAGE_NAME version $PACKAGE_VERSION
libssl .............. ${have_ssl} libssl .............. ${have_ssl}
libVNCServer ........ ${have_libvncserver} libVNCServer ........ ${have_libvncserver}
libvorbis ........... ${have_vorbis} libvorbis ........... ${have_vorbis}
libpulse-simple ..... ${have_pulse} libpulse ............ ${have_pulse}
Protocol support: Protocol support: