X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/dea8f8aa43006bce1daf71893b65585d201a43ff..a086212ad11a85ba241931fbfd696c42d0513eeb:/configure.ac 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])