Changeset 3345

Show
Ignore:
Timestamp:
05/06/07 21:54:45 (19 months ago)
Author:
bird
Message:

OS/2 got drive letters as well guys.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-arch/tar/m4/dos.m4

    r3342 r3345  
    1313AC_DEFUN([gl_AC_DOS], 
    1414  [ 
    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], 
    1616      [ 
    1717        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__ 
    1919neither MSDOS nor Windows 
    2020#endif],