Ignore:
Timestamp:
Jun 16, 2007, 9:20:33 PM (18 years ago)
Author:
bird
Message:

OS/2 has driver letters too guys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-devel/patch/m4/dos.m4

    r3444 r3457  
    88AC_DEFUN([jm_AC_DOS],
    99  [
    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],
    1111      [
    1212        AC_TRY_COMPILE([],
    13         [#if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__
     13        [#if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __OS2__
    1414neither MSDOS nor Windows
    1515#endif],
Note: See TracChangeset for help on using the changeset viewer.