Skip to content

Commit

Permalink
Patrice Mandin - Fri, 31 Jan 2003 15:17:30 +0100
Browse files Browse the repository at this point in the history
 * Added support for the Atari platform
  • Loading branch information
slouken committed Feb 4, 2003
1 parent ca18dba commit 4fdeb75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
@@ -1,4 +1,6 @@
1.2.5:
Patrice Mandin - Fri, 31 Jan 2003 15:17:30 +0100
* Added support for the Atari platform
Ryan C. Gordon - Fri Dec 27 10:14:07 EST 2002
* Patch from Steven Fuller to fix panning effect with 8-bit sounds.
Ryan C. Gordon - Thu Jan 2 12:31:48 EST 2003
Expand Down
6 changes: 4 additions & 2 deletions configure.in
Expand Up @@ -37,8 +37,7 @@ AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)

dnl Detect the canonical host and target build environment
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_CANONICAL_SYSTEM

dnl Setup for automake
AM_INIT_AUTOMAKE(SDL_mixer, $VERSION)
Expand Down Expand Up @@ -73,6 +72,9 @@ case "$target" in
*-*-darwin*)
AC_DEFINE(MACOSX)
;;
m68k-atari-mint*)
CFLAGS="$CFLAGS -Dunix"
;;
esac

dnl Check for SDL
Expand Down

0 comments on commit 4fdeb75

Please sign in to comment.