From 00ce6ac98dc233cd73a3bdf4355a72f375c64fc8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 19 Dec 2007 14:03:53 +0000 Subject: Patch #1853322: Patch for Atari ST/FreeMint svn-id: r29906 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') 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" -- cgit v1.2.3