From a086212ad11a85ba241931fbfd696c42d0513eeb Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 28 Jan 2007 12:01:25 +0000 Subject: [PATCH] configure.ac: Correct definition of BUILD_SPEAKER for active case. Organization: Straylight/Edgeware From: rjk@greenend.org.uk <> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f328610..c87a40a 100644 --- a/configure.ac +++ b/configure.ac @@ -140,7 +140,7 @@ if test $want_server = yes; then AC_CHECK_LIB([asound], [snd_pcm_open], [AC_SUBST(LIBASOUND,[-lasound])], [missing_libraries="$missing_libraries libasound"]) - AC_DEFINE([BUILD_SPEAKER],[disorder-speaker],[define to build the speaker subprocess]) + AC_DEFINE([BUILD_SPEAKER],[1],[define to build the speaker subprocess]) ;; * ) AC_MSG_ERROR([want to build speaker for unknown sound API]) -- [mdw]