aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2007-12-19 14:03:53 +0000
committerMax Horn2007-12-19 14:03:53 +0000
commit00ce6ac98dc233cd73a3bdf4355a72f375c64fc8 (patch)
tree5b5a95e5e1398f45400d0bd163174fe08796a9b5 /configure
parent272f02e001e4138e3a8c20c8eaa514462b849818 (diff)
downloadscummvm-rg350-00ce6ac98dc233cd73a3bdf4355a72f375c64fc8.tar.gz
scummvm-rg350-00ce6ac98dc233cd73a3bdf4355a72f375c64fc8.tar.bz2
scummvm-rg350-00ce6ac98dc233cd73a3bdf4355a72f375c64fc8.zip
Patch #1853322: Patch for Atari ST/FreeMint
svn-id: r29906
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 44733ee65e..2425e02c04 100755
--- a/configure
+++ b/configure
@@ -985,6 +985,7 @@ case $_host_os in
;;
mint*)
DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
+ LIBS="$LIBS -lsocket"
;;
amigaos*)
# TODO: anything to be added here?
@@ -1057,7 +1058,7 @@ if test -n "$_host"; then
type_2_byte='short'
type_4_byte='long'
_ranlib=m68k-atari-mint-ranlib
- _ar=m68k-atari-mint-ar
+ _ar="m68k-atari-mint-ar cru"
;;
i586-mingw32msvc)
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"