aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2012-08-24 15:00:46 +1200
committerMatthew Gregan <[email protected]>2012-08-24 15:00:46 +1200
commit15b980b9c6b6b2ab23ffc057043c2240ea9bea91 (patch)
tree36b0ab3e31a1e2c7036aa995133d65e9bff75812
parentf352bef061d794bb7edc9b91a3972aa5d2778dbc (diff)
downloadcubeb-15b980b9c6b6b2ab23ffc057043c2240ea9bea91.tar.gz
cubeb-15b980b9c6b6b2ab23ffc057043c2240ea9bea91.zip
revert accidental change to configure.ac.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9975ef6..2cd0fc2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl Choose the target platform audio API
-AC_CHECK_HEADERS([alsa/asoundlib.h xxpulse/pulseaudio.h \
+AC_CHECK_HEADERS([alsa/asoundlib.h pulse/pulseaudio.h \
AudioToolbox/AudioToolbox.h \
windows.h dsound.h sndio.h])
platform_api="none"