summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-24 01:25:11 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-24 01:25:11 +0100
commita365c8212d24f80acbdadc927b696dd083507b53 (patch)
tree1e535e0670a2a121571e59ad343e2ce6dd9d0fc1 /configure.ac
parent54dad91f079a88f7f7dfb17692ff09af70d30e2e (diff)
include a few HAL properties in our card/sink/source properties for ALSA devices
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
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