diff options
author | Max Horn | 2008-08-30 22:26:16 +0000 |
---|---|---|
committer | Max Horn | 2008-08-30 22:26:16 +0000 |
commit | 8032491381c88d1386efa1157466f655804d69f4 (patch) | |
tree | 21fd26d1b9ac566abf69471ead732d3d9eec60f0 /configure | |
parent | 2c3f2829fa673c260172e8229a711735f101c0f7 (diff) | |
download | scummvm-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-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" ;; |