Possible fix for bug #1497973: "0.9.0 from SVN does not build on Solaris 10"

svn-id: r22792
This commit is contained in:
Eugene Sandulenko 2006-05-31 09:49:52 +00:00
parent 9aa7eec0f6
commit 4abec6fdb6

5
configure vendored
View File

@ -786,9 +786,12 @@ else
echo_n "Checking hosttype... "
echo $_host_os
case $_host_os in
linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | solaris* | hpux* | beos*)
linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | hpux* | beos*)
DEFINES="$DEFINES -DUNIX"
;;
solaris*)
DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
;;
irix*)
DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
_ranlib=: