diff options
| author | Rafael Vega <email.rafa@gmail.com> | 2014-05-17 15:48:41 -0500 |
|---|---|---|
| committer | Rafael Vega <email.rafa@gmail.com> | 2014-05-17 15:48:41 -0500 |
| commit | 54e567b8af8df1b519e264d49e25b26078ce8933 (patch) | |
| tree | 52ad3707022a854c6f05f7e49de505d23899b233 /configure.ac | |
| parent | c0b9de42a3e7f7c168380c9e91c5993524a11154 (diff) | |
Checking for pulseaudio on Debian
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index fa45967..dc2ad0a 100644 --- a/configure.ac +++ b/configure.ac @@ -107,8 +107,7 @@ case $host in api="$api -D__LINUX_PULSE__" req="$req libpulse-simple" AC_MSG_RESULT(using PulseAudio) - PKG_CHECK_MODULES([PULSE], [libpulse-simple], , AC_MSG_ERROR(PulseAudio support requires the pulse-simple library!)) - LIBS="$LIBS `pkg-config --libs libpulse-simple`" ], ) + AC_CHECK_LIB(pulse-simple, pa_simple_flush, , AC_MSG_ERROR(PulseAudio support requires the pulse-simple library!))], ) # Look for OSS flag AC_ARG_WITH(oss, [ --with-oss = choose OSS API support (linux only)], [ |
