Changeset 1216


Ignore:
Timestamp:
14/12/2006 23:59:45 (5 years ago)
Author:
chris
Message:

Don't check for AC_HEADER_DIRENT on any mingw32 platform (merges [1071])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r1215 r1216  
    8585### Checks for header files. 
    8686 
    87 if test "$target_os" != "mingw32"; then 
     87case $target_os in 
     88mingw32*) ;; 
     89winnt*)   ;; 
     90*) 
    8891  AC_HEADER_DIRENT 
    89 fi 
     92  ;; 
     93esac 
    9094 
    9195AC_HEADER_STDC 
Note: See TracChangeset for help on using the changeset viewer.