Mercurial > sdl-ios-xcode
changeset 1364:4214be2b8d77
Fix typo
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Thu, 16 Feb 2006 22:00:06 +0000 |
parents | dc623bb58c9a |
children | b70f45aa5d0c |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Thu Feb 16 20:17:43 2006 +0000 +++ b/configure.in Thu Feb 16 22:00:06 2006 +0000 @@ -557,7 +557,7 @@ if test x$have_mint_falcon_hdr = xyes; then mintaudio=yes AC_DEFINE(SDL_AUDIO_DRIVER_MINT) - SOURCES="$SOURCES $srcdir/src/audio/ming/*.c" + SOURCES="$SOURCES $srcdir/src/audio/mint/*.c" have_audio=yes fi fi