diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 23:50:10 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 23:50:10 +0100 |
commit | eed24f925552d30861d132fa26278b2fa2d0c4dd (patch) | |
tree | e4c63f37e4e2606ffb7fb647eca08ea987e11af6 /m4 | |
parent | ac2214417e3fb82f7763c6c0b4ae1a8cf524ba65 (diff) | |
download | xine-lib-eed24f925552d30861d132fa26278b2fa2d0c4dd.tar.gz xine-lib-eed24f925552d30861d132fa26278b2fa2d0c4dd.tar.bz2 |
Fix OSS audio configuration test.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/audio_out.m4 | 2 |
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 |