Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Feb 16, 2006
1 parent 5ee5364 commit c3ffe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -557,7 +557,7 @@ AC_HELP_STRING([--enable-mintaudio], [support Atari audio driver [default=yes]])
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
Expand Down

0 comments on commit c3ffe42

Please sign in to comment.