diff options
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 |