From 8032491381c88d1386efa1157466f655804d69f4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 30 Aug 2008 22:26:16 +0000 Subject: Fix (?) Solaris detection in some workaround code in the MT-32 emulator svn-id: r34216 --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure') 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" ;; -- cgit v1.2.3