From a365c8212d24f80acbdadc927b696dd083507b53 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 24 Jan 2009 01:25:11 +0100 Subject: include a few HAL properties in our card/sink/source properties for ALSA devices --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index be79759c..34ce25a3 100644 --- a/configure.ac +++ b/configure.ac @@ -916,7 +916,10 @@ AC_ARG_ENABLE([hal], [hal=auto]) if test "x${hal}" != xno -a \( "x$HAVE_OSS" = "x1" -o "x$HAVE_ALSA" = "x1" \) ; then PKG_CHECK_MODULES(HAL, [ hal >= 0.5.11 ], - HAVE_HAL=1, + [ + HAVE_HAL=1 + AC_DEFINE([HAVE_HAL], 1, [Have HAL.]) + ], [ HAVE_HAL=0 if test "x$hal" = xyes ; then -- cgit