chiark / gitweb /
_eclient_state is more general than _eclient_connected
[disorder] / configure.ac
index af15c83ec8229eb742ea04bc6c641ca9666ba58d..8b07fd83b1c23a9773fc312e978b1722a9097415 100644 (file)
@@ -29,20 +29,22 @@ AM_CONFIG_HEADER([config.h])
 AC_CANONICAL_HOST
 
 # What we want to build
-want_server=yes
 want_gtk=yes
 want_python=yes
 
 case "$host" in
 *linux* | *Linux* )
   want_alsa=yes
+  want_server=yes
   ;;
 *-apple-darwin* )
   want_alsa=no
+  want_server=no
   COREAUDIO="-framework CoreAudio"
   ;;
 * )
   want_alsa=no
+  want_server=no
   ;;
 esac
 AC_SUBST([COREAUDIO])