From eed24f925552d30861d132fa26278b2fa2d0c4dd Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 17 May 2007 23:50:10 +0100 Subject: Fix OSS audio configuration test. --- m4/audio_out.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3