chiark / gitweb /
configure.ac: Correct definition of BUILD_SPEAKER for active case.
authorrjk@greenend.org.uk <>
Sun, 28 Jan 2007 12:01:25 +0000 (12:01 +0000)
committerrjk@greenend.org.uk <>
Sun, 28 Jan 2007 12:01:25 +0000 (12:01 +0000)
configure.ac

index f328610ee3faa37976cb4aff00ba0137d4ae995a..c87a40a195bc8db5eb1c158393003b3152b475b7 100644 (file)
@@ -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])