- Timestamp:
 - Jun 16, 2007, 9:20:33 PM (18 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/essentials/sys-devel/patch/m4/dos.m4 (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/essentials/sys-devel/patch/m4/dos.m4
r3444 r3457 8 8 AC_DEFUN([jm_AC_DOS], 9 9 [ 10 AC_CACHE_CHECK([whether system is Windows or MSDOS], [ac_cv_win_or_dos],10 AC_CACHE_CHECK([whether system is Windows, OS/2 or MSDOS], [ac_cv_win_or_dos], 11 11 [ 12 12 AC_TRY_COMPILE([], 13 [#if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ 13 [#if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __OS2__ 14 14 neither MSDOS nor Windows 15 15 #endif],  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  