diff options
author | Ryan C. Gordon <icculus@icculus.org> | 2014-06-15 01:19:01 -0400 |
---|---|---|
committer | Ryan C. Gordon <icculus@icculus.org> | 2014-06-15 01:19:01 -0400 |
commit | 11f6b3d0db66b20d38829c8d794eff089037688f (patch) | |
tree | 91d7e6097e70d24cd1a07cb31c69cfad8ae74583 /configure | |
parent | 8f8eddd27fa00041d7abada997f3edd4d4d1aa5e (diff) |
Add coreaudio to the configure script's summary output.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |