]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update configure.ac
authorMike Brady <mikebrady@eircom.net>
Thu, 18 May 2017 10:21:16 +0000 (11:21 +0100)
committerGitHub <noreply@github.com>
Thu, 18 May 2017 10:21:16 +0000 (11:21 +0100)
configure.ac

index 5b4c64c371b836038bddaae0bd777a2a7b5223ce..efdd5cbd0479db3269ea8baa2af9c594b1c4ea72 100644 (file)
@@ -233,7 +233,7 @@ AC_ARG_WITH(soundio, [  --with-soundio = choose soundio API support.], [
   AC_CHECK_LIB([soundio], [soundio_create], , AC_MSG_ERROR(soundio support requires the soundio library!))], )
 AM_CONDITIONAL([USE_SOUNDIO], [test "x$HAS_SOUNDIO" = "x1"])
 
-# Look for new pulseaudio flag
+# Look for pulseaudio flag
 AC_ARG_WITH(pa, [  --with-pa = choose PulseAudio support.], [
   AC_MSG_RESULT(>>Including a PulseAudio back end.)
   HAS_PA=1
@@ -248,9 +248,9 @@ AC_ARG_WITH(pa, [  --with-pa = choose PulseAudio support.], [
   fi ])
 AM_CONDITIONAL([USE_PA], [test "x$HAS_PA" = "x1"])
 
-# Look for pulseaudio flag
-AC_ARG_WITH(pulseaudio, [  --with-pulseaudio = choose PulseAudio API support. N.B. no synchronisation -- so underflow or overflow is inevitable!], [
-  AC_MSG_RESULT(>>Including a PulseAudio back end. N.B. no synchronisation -- so underflow or overflow is inevitable!)
+# Look for old pulseaudio flag
+AC_ARG_WITH(pulseaudio, [  --with-pulseaudio = choose PulseAudio API support. Note, this backend is deprecated. Use --with-pa for an updated PulseAudio backend!], [
+  AC_MSG_RESULT(>>Including an outdated PulseAudio back end. Note, this backend is deprecated. Use --with-pa for an updated PulseAudio backend!)
   HAS_PULSE=1
   AC_DEFINE([CONFIG_PULSE], 1, [Needed by the compiler.])
   AC_CHECK_LIB([pulse-simple], [pa_simple_new], , AC_MSG_ERROR(PulseAudio support requires the pulse-simple library -- possibly in the libpulse-dev package!))