From 70cebc7d436f6006ade8f3d79985d4520a81851d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 15 Jun 2014 01:19:01 -0400 Subject: [PATCH] Add coreaudio to the configure script's summary output. --- configure | 2 ++ configure.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configure b/configure index ef7aaaadbb9be..64eedb787f01e 100755 --- a/configure +++ b/configure @@ -23076,6 +23076,7 @@ $as_echo "#define SDL_FILESYSTEM_HAIKU 1" >>confdefs.h # Set up files for the audio library if test x$enable_audio = xyes; then SOURCES="$SOURCES $srcdir/src/audio/coreaudio/*.c" + SUMMARY_audio="${SUMMARY_audio} coreaudio" have_audio=yes fi # Set up files for the joystick library @@ -23147,6 +23148,7 @@ $as_echo "#define SDL_FILESYSTEM_HAIKU 1" >>confdefs.h $as_echo "#define SDL_AUDIO_DRIVER_COREAUDIO 1" >>confdefs.h SOURCES="$SOURCES $srcdir/src/audio/coreaudio/*.c" + SUMMARY_audio="${SUMMARY_audio} coreaudio" have_audio=yes fi # Set up files for the joystick library diff --git a/configure.in b/configure.in index dc789d37694e4..8b7307274b6d8 100644 --- a/configure.in +++ b/configure.in @@ -3028,6 +3028,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau # Set up files for the audio library if test x$enable_audio = xyes; then SOURCES="$SOURCES $srcdir/src/audio/coreaudio/*.c" + SUMMARY_audio="${SUMMARY_audio} coreaudio" have_audio=yes fi # Set up files for the joystick library @@ -3097,6 +3098,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau if test x$enable_audio = xyes; then AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO, 1, [ ]) SOURCES="$SOURCES $srcdir/src/audio/coreaudio/*.c" + SUMMARY_audio="${SUMMARY_audio} coreaudio" have_audio=yes fi # Set up files for the joystick library