aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 79e64ca5e..78c07fa48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -375,7 +375,7 @@ fi
375 375
376# check for libpulse(audio) library 376# check for libpulse(audio) library
377pulse=0 377pulse=0
378AC_CHECK_LIB(pulse,pa_stream_peak, 378AC_CHECK_LIB(pulse,pa_stream_peek,
379 [AC_CHECK_HEADER([pulse/simple.h],pulse=1)]) 379 [AC_CHECK_HEADER([pulse/simple.h],pulse=1)])
380if test "$pulse" = 1 380if test "$pulse" = 1
381then 381then