Ignore:
Timestamp:
16/10/2006 20:25:18 (6 years ago)
Author:
chris
Message:

Don't check for AC_HEADER_DIRENT on any mingw32 platform. (refs #3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/merge/configure.ac

    r1070 r1071  
    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.