Changeset 3345


Ignore:
Timestamp:
May 6, 2007, 9:54:45 PM (18 years ago)
Author:
bird
Message:

OS/2 got drive letters as well guys.

File:
1 edited

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],
Note: See TracChangeset for help on using the changeset viewer.