diff options
| author | Matthias Ringwald <mringwal@inf.ethz.ch> | 2008-10-16 11:33:52 +0200 |
|---|---|---|
| committer | Matthias Ringwald <mringwal@inf.ethz.ch> | 2008-10-16 11:33:52 +0200 |
| commit | 15b13174d39eac2b4473390fbb9c1c4b39d67eda (patch) | |
| tree | 30b3d4f414471664d4d461c9e7642ff66f9ff631 | |
| parent | 15b6ed2951acc37eb76037ebb786ab827a2c8031 (diff) | |
| download | xine-lib-15b13174d39eac2b4473390fbb9c1c4b39d67eda.tar.gz xine-lib-15b13174d39eac2b4473390fbb9c1c4b39d67eda.tar.bz2 | |
Tell autoconf to expand PULSEAUDIO_{CFLAGS|LIBS}
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
