aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2010-04-16 20:48:45 +0000
committerMax Horn2010-04-16 20:48:45 +0000
commit17c0c846aaa5d2d1681566be0f7b5aa6ca57bbc6 (patch)
tree6a7af669a4b9563ec2dc0524e1f3b7c8661325b7 /configure
parentcd4812dfd9444a7c9df1955c940523186922de42 (diff)
downloadscummvm-rg350-17c0c846aaa5d2d1681566be0f7b5aa6ca57bbc6.tar.gz
scummvm-rg350-17c0c846aaa5d2d1681566be0f7b5aa6ca57bbc6.tar.bz2
scummvm-rg350-17c0c846aaa5d2d1681566be0f7b5aa6ca57bbc6.zip
Remove type_4_byte='long' FIXMEs from configure
Since no porter complained about these during the last release, this should be safe. In any case it would be trivial to put them back, but that is only acceptable if an explanatory comment is included. svn-id: r48676
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index 12b6ed5aff..bb86324714 100755
--- a/configure
+++ b/configure
@@ -1255,8 +1255,6 @@ case $_host_os in
CFLAGS="-I/boot/home/config/include"
CXXFLAGS="$CXXFLAGS -fhuge-objects"
LIBS="$LIBS -lbind -lsocket"
- # FIXME: Please document why 'long' has to be used instead of int
- #type_4_byte='long'
;;
bsd* | hpux* | netbsd* | openbsd* | sunos*)
DEFINES="$DEFINES -DUNIX"
@@ -1289,8 +1287,6 @@ case $_host_os in
# Needs -lnetwork for the timidity MIDI driver
LIBS="$LIBS -lnetwork"
CXXFLAGS="$CXXFLAGS -fhuge-objects"
- # FIXME: Please document why 'long' has to be used instead of int
- #type_4_byte='long'
;;
irix*)
DEFINES="$DEFINES -DUNIX -DIRIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
@@ -1444,8 +1440,6 @@ if test -n "$_host"; then
DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
_endian=big
_need_memalign=yes
- # FIXME: Please document why 'long' has to be used instead of int
- #type_4_byte='long'
_ranlib=m68k-atari-mint-ranlib
_ar="m68k-atari-mint-ar cru"
;;
@@ -1514,8 +1508,6 @@ if test -n "$_host"; then
ppc-amigaos)
_endian=big
_need_memalign=yes
- # FIXME: Please document why 'long' has to be used instead of int
- #type_4_byte='long'
;;
ps2)
# TODO: complete this