From 15b13174d39eac2b4473390fbb9c1c4b39d67eda Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 16 Oct 2008 11:33:52 +0200 Subject: Tell autoconf to expand PULSEAUDIO_{CFLAGS|LIBS} --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index f640fefb9..4936e6638 100644 --- a/configure.ac +++ b/configure.ac @@ -1093,6 +1093,8 @@ if test "x$with_pulseaudio" != "xno"; then fi fi AM_CONDITIONAL(HAVE_PULSEAUDIO, [test "x$have_pulseaudio" = x"yes"]) +AC_SUBST([PULSEAUDIO_CFLAGS]) +AC_SUBST([PULSEAUDIO_LIBS]) dnl --------------------------------------------- dnl check for DirectX -- cgit v1.2.3