The dirent struct on IRIX doesn't have the d_type field, so define SYSTEM_NOT_SUPPORTING_D_TYPE
svn-id: r22085
This commit is contained in:
parent
37633732f1
commit
2952dd123c
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -780,7 +780,7 @@ else
|
|||
DEFINES="$DEFINES -DUNIX"
|
||||
;;
|
||||
irix*)
|
||||
DEFINES="$DEFINES -DUNIX"
|
||||
DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
|
||||
_ranlib=:
|
||||
;;
|
||||
darwin*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue