aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoost Peters2006-04-22 15:29:38 +0000
committerJoost Peters2006-04-22 15:29:38 +0000
commit2952dd123c09d14981eb91cb95fa2c966736d1cf (patch)
treeb0e83de5374ccbe05001542eb8650ce4602b5db6
parent37633732f1f2ee18543d485d5b8357b8edca0c70 (diff)
downloadscummvm-rg350-2952dd123c09d14981eb91cb95fa2c966736d1cf.tar.gz
scummvm-rg350-2952dd123c09d14981eb91cb95fa2c966736d1cf.tar.bz2
scummvm-rg350-2952dd123c09d14981eb91cb95fa2c966736d1cf.zip
The dirent struct on IRIX doesn't have the d_type field, so define SYSTEM_NOT_SUPPORTING_D_TYPE
svn-id: r22085
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 93c47ed234..f796df6235 100755
--- a/configure
+++ b/configure
@@ -780,7 +780,7 @@ else
DEFINES="$DEFINES -DUNIX"
;;
irix*)
- DEFINES="$DEFINES -DUNIX"
+ DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
_ranlib=:
;;
darwin*)