diff options
author | Matthew Gregan <[email protected]> | 2012-08-24 15:00:46 +1200 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2012-08-24 15:00:46 +1200 |
commit | 15b980b9c6b6b2ab23ffc057043c2240ea9bea91 (patch) | |
tree | 36b0ab3e31a1e2c7036aa995133d65e9bff75812 | |
parent | f352bef061d794bb7edc9b91a3972aa5d2778dbc (diff) | |
download | cubeb-15b980b9c6b6b2ab23ffc057043c2240ea9bea91.tar.gz cubeb-15b980b9c6b6b2ab23ffc057043c2240ea9bea91.zip |
revert accidental change to configure.ac.
-rw-r--r-- | configure.ac | 2 |
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" |