summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-17 23:50:10 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-17 23:50:10 +0100
commiteed24f925552d30861d132fa26278b2fa2d0c4dd (patch)
treee4c63f37e4e2606ffb7fb647eca08ea987e11af6
parentac2214417e3fb82f7763c6c0b4ae1a8cf524ba65 (diff)
downloadxine-lib-eed24f925552d30861d132fa26278b2fa2d0c4dd.tar.gz
xine-lib-eed24f925552d30861d132fa26278b2fa2d0c4dd.tar.bz2
Fix OSS audio configuration test.
-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 53b719991..cdfe8b65d 100644
--- a/m4/audio_out.m4
+++ b/m4/audio_out.m4
@@ -198,7 +198,7 @@ AC_DEFUN([XINE_AUDIO_OUT_PLUGINS], [
AC_MSG_ERROR([OSS support requested, but OSS not found])
fi
fi
- AM_CONDITIONAL([ENABLE_OSS], [test x"$have_ossaudio" = x"yes"])
+ AM_CONDITIONAL([ENABLE_OSS], [test x"$have_oss" = x"yes"])
dnl PulseAudio