From ae79aa30176a4bc15b6c11588bfcde79f1502490 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 4 Aug 2006 20:34:43 +0000 Subject: Modified version of the rest of patch #1497254: Patch to add support for the Atari ST/FreeMiNT Platform svn-id: r23677 --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 04ab55ce10..06305dba67 100755 --- a/configure +++ b/configure @@ -813,6 +813,10 @@ else os2-emx*) DEFINES="$DEFINES -DUNIX" ;; + mint*) + DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE" + CXXFLAGS="$CXXFLAGS -m68020-60 -fomit-frame-pointer" + ;; # given this is a shell script assume some type of unix *) echo "WARNING: could not establish system type, assuming unix like" -- cgit v1.2.3