aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-02 20:32:46 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-02 20:32:46 +0000
commitfd21090988d0cc5f451163a752240ed3476d74b5 (patch)
tree2fe355e13b2cda0ef11540cd5a878f892244c7e5 /configure.ac
parentd08455c093922745b614102c67ab08364e47b587 (diff)
downloadgnunet-fd21090988d0cc5f451163a752240ed3476d74b5.tar.gz
gnunet-fd21090988d0cc5f451163a752240ed3476d74b5.zip
-fix build issues
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