Changeset 3345
- Timestamp:
- May 6, 2007, 9:54:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-arch/tar/m4/dos.m4
r3342 r3345 13 13 AC_DEFUN([gl_AC_DOS], 14 14 [ 15 AC_CACHE_CHECK([whether system is Windows or MSDOS], [ac_cv_win_or_dos],15 AC_CACHE_CHECK([whether system is Windows, OS/2 or MSDOS], [ac_cv_win_or_dos], 16 16 [ 17 17 AC_TRY_COMPILE([], 18 [#if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __CYGWIN__ 18 [#if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __CYGWIN__ && !defined __OS2__ 19 19 neither MSDOS nor Windows 20 20 #endif],
Note:
See TracChangeset
for help on using the changeset viewer.