Changeset 1216
- Timestamp:
- 14/12/2006 23:59:45 (5 years ago)
- File:
-
- 1 edited
-
box/trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r1215 r1216 85 85 ### Checks for header files. 86 86 87 if test "$target_os" != "mingw32"; then 87 case $target_os in 88 mingw32*) ;; 89 winnt*) ;; 90 *) 88 91 AC_HEADER_DIRENT 89 fi 92 ;; 93 esac 90 94 91 95 AC_HEADER_STDC
Note: See TracChangeset
for help on using the changeset viewer.
