From: Jaroslav Kysela Date: Thu, 27 Jan 2011 13:40:31 +0000 (+0100) Subject: Fix UCM component handling in configure.in X-Git-Tag: v1.0.24~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=97e1f132e40fa516811c3a8ae2b6f41733ade8f8;p=alsa-lib.git Fix UCM component handling in configure.in Signed-off-by: Jaroslav Kysela --- diff --git a/configure.in b/configure.in index 264b604c..35a00c66 100644 --- a/configure.in +++ b/configure.in @@ -436,6 +436,9 @@ fi if test "$build_seq" = "yes"; then AC_DEFINE([BUILD_SEQ], "1", [Build sequencer component]) fi +if test "$build_ucm" = "yes"; then + AC_DEFINE([BUILD_UCM], "1", [Build UCM component]) +fi dnl PCM Plugins