Ignore:
Timestamp:
Jun 11, 2007, 12:50:36 AM (18 years ago)
Author:
bird
Message:

os2emx -> os2knix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/python/configure.in

    r3400 r3402  
    184184        atheos*) MACHDEP="atheos";;
    185185        irix646) MACHDEP="irix6";;
    186         os2*|OS/2*|emx*) MACHDEP="os2emx";;
     186        os2*|OS/2*|emx*) MACHDEP="os2knix";;
    187187
    188188        '')     MACHDEP="unknown";;
     
    34193419if test ! -f Modules/Setup
    34203420then
    3421         if test "$MACHDEP" = "os2emx"; then
     3421        if test "$MACHDEP" = "os2emx"  -o  "$MACHDEP" = "os2knix"; then
    34223422        cp $srcdir/PC/os2emx/Setup.os2emx Modules/Setup
    34233423    else
Note: See TracChangeset for help on using the changeset viewer.