aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEugene Sandulenko2006-05-31 09:49:52 +0000
committerEugene Sandulenko2006-05-31 09:49:52 +0000
commit4abec6fdb6e788559e2d2a16b6624ca19f509fa6 (patch)
treea0ab3d3a20b8246b8b27e60e17b6ba6b93e225fa /configure
parent9aa7eec0f6b085c3d9236a9d56e263358971f588 (diff)
downloadscummvm-rg350-4abec6fdb6e788559e2d2a16b6624ca19f509fa6.tar.gz
scummvm-rg350-4abec6fdb6e788559e2d2a16b6624ca19f509fa6.tar.bz2
scummvm-rg350-4abec6fdb6e788559e2d2a16b6624ca19f509fa6.zip
Possible fix for bug #1497973: "0.9.0 from SVN does not build on Solaris 10"
svn-id: r22792
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 7c8e38d899..9e5f5db59d 100755
--- a/configure
+++ b/configure
@@ -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=: