From: rjk@greenend.org.uk <> Date: Sun, 28 Jan 2007 12:01:25 +0000 (+0000) Subject: configure.ac: Correct definition of BUILD_SPEAKER for active case. X-Git-Tag: debian-1_5_99dev8~311 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/a086212ad11a85ba241931fbfd696c42d0513eeb configure.ac: Correct definition of BUILD_SPEAKER for active case. --- 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])