summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-11-29 16:11:04 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-11-29 16:11:04 +0000
commitd242894b331a0d1783040c1d091c42fc30be5160 (patch)
treec16982652a25cc5f25d405841888036049ec42d4 /m4
parent6eb1c6dc2ae952873a734351f79d52c37aee6507 (diff)
parent8ccd346925d78d70a96ff3da84ac99359611696e (diff)
downloadxine-lib-d242894b331a0d1783040c1d091c42fc30be5160.tar.gz
xine-lib-d242894b331a0d1783040c1d091c42fc30be5160.tar.bz2
Merge.
Diffstat (limited to 'm4')
-rw-r--r--m4/audio_out.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/audio_out.m4 b/m4/audio_out.m4
index 4edb4b691..569d72cc2 100644
--- a/m4/audio_out.m4
+++ b/m4/audio_out.m4
@@ -233,7 +233,7 @@ AC_DEFUN([XINE_AUDIO_OUT_PLUGINS], [
AC_ARG_ENABLE([sndio],
[AS_HELP_STRING([--without-sndio], [Build without sndio support])],
[test x"$enableval" != x"no" && enable_sndio="yes"],
- [test $default_enable_sndio = disable && enable_sndio="no"])
+ [test x"$default_enable_sndio" = x"disable" && enable_sndio="no"])
if test "x$enable_sndio" != "xno"; then
AC_CHECK_LIB([sndio], [sio_open], [SNDIO_LIBS=-lsndio; have_sndio=yes],
[have_sndio=no])