aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-08-18 14:22:59 +0200
committerChristian Grothoff <christian@grothoff.org>2019-08-18 14:22:59 +0200
commitf25b1edb8dae188d40e85347ff45f783708acfa9 (patch)
treec8ac6e66044b94eefbaecc42833cce76aeb312ba /configure.ac
parentd83a189f76d278f61555b3a5b20ff0f89951ef27 (diff)
downloadgnunet-f25b1edb8dae188d40e85347ff45f783708acfa9.tar.gz
gnunet-f25b1edb8dae188d40e85347ff45f783708acfa9.zip
nicer message
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 6 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d4636941f..0dc4d3b02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -686,7 +686,8 @@ CHECK_LIBHEADER(LIBPULSE, pulse, pa_stream_peek, pulse/simple.h,jansson=1,)
686AS_IF([test "$build_target" = "mingw"], 686AS_IF([test "$build_target" = "mingw"],
687 [pulse=0]) 687 [pulse=0])
688AS_IF([test "$pulse" = 1], 688AS_IF([test "$pulse" = 1],
689 [AC_DEFINE([HAVE_PULSE],[1],[Have libpulse(audio) library])]) 689 [AC_DEFINE([HAVE_PULSE],[1],[Have libpulse(audio) library])
690 libpulse_msg="yes"])
690 691
691# check for libopus(audio) library 692# check for libopus(audio) library
692opus=0 693opus=0
@@ -696,7 +697,8 @@ CHECK_LIBHEADER(LIBOPUS,
696 opus/opus.h, 697 opus/opus.h,
697 AC_CHECK_DECL([OPUS_SET_GAIN],[opus=1],[],[[#include <opus/opus.h>]])) 698 AC_CHECK_DECL([OPUS_SET_GAIN],[opus=1],[],[[#include <opus/opus.h>]]))
698AS_IF([test "x$opus" = x1], 699AS_IF([test "x$opus" = x1],
699 [AC_DEFINE([HAVE_OPUS],[1],[Have libopus library])]) 700 [AC_DEFINE([HAVE_OPUS],[1],[Have libopus library])
701 libopus_msg="yes"])
700 702
701# libogg 703# libogg
702AC_CHECK_LIB(ogg, ogg_stream_flush_fill, 704AC_CHECK_LIB(ogg, ogg_stream_flush_fill,
@@ -734,7 +736,8 @@ gst=0
734PKG_CHECK_MODULES( 736PKG_CHECK_MODULES(
735 [GST], 737 [GST],
736 [glib-2.0 gobject-2.0 gstreamer-1.0 gstreamer-app-1.0 gstreamer-audio-1.0], 738 [glib-2.0 gobject-2.0 gstreamer-1.0 gstreamer-app-1.0 gstreamer-audio-1.0],
737 [gst=1], 739 [gst=1
740 gstreamer_msg="yes"],
738 [gst=0]) 741 [gst=0])
739 742
740# Pulse Audio 743# Pulse Audio