aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2008-08-30 22:26:16 +0000
committerMax Horn2008-08-30 22:26:16 +0000
commit8032491381c88d1386efa1157466f655804d69f4 (patch)
tree21fd26d1b9ac566abf69471ead732d3d9eec60f0 /configure
parent2c3f2829fa673c260172e8229a711735f101c0f7 (diff)
downloadscummvm-rg350-8032491381c88d1386efa1157466f655804d69f4.tar.gz
scummvm-rg350-8032491381c88d1386efa1157466f655804d69f4.tar.bz2
scummvm-rg350-8032491381c88d1386efa1157466f655804d69f4.zip
Fix (?) Solaris detection in some workaround code in the MT-32 emulator
svn-id: r34216
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 12e19cb9d9..87445d463b 100755
--- a/configure
+++ b/configure
@@ -1030,7 +1030,6 @@ echo "$_have_x86"
#
# Determine build settings
#
-# TODO - also add an command line option to override this?!?
echo_n "Checking hosttype... "
echo $_host_os
case $_host_os in
@@ -1046,7 +1045,7 @@ case $_host_os in
type_4_byte='long'
;;
solaris*)
- DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
+ DEFINES="$DEFINES -DUNIX -DSOLARIS -DSYSTEM_NOT_SUPPORTING_D_TYPE"
# Needs -lbind -lsocket for the timidity MIDI driver
LIBS="$LIBS -lnsl -lsocket"
;;