Changeset 3402 for trunk/essentials/dev-lang/python/configure.in
- Timestamp:
- Jun 11, 2007, 12:50:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/python/configure.in
r3400 r3402 184 184 atheos*) MACHDEP="atheos";; 185 185 irix646) MACHDEP="irix6";; 186 os2*|OS/2*|emx*) MACHDEP="os2 emx";;186 os2*|OS/2*|emx*) MACHDEP="os2knix";; 187 187 188 188 '') MACHDEP="unknown";; … … 3419 3419 if test ! -f Modules/Setup 3420 3420 then 3421 if test "$MACHDEP" = "os2emx" ; then3421 if test "$MACHDEP" = "os2emx" -o "$MACHDEP" = "os2knix"; then 3422 3422 cp $srcdir/PC/os2emx/Setup.os2emx Modules/Setup 3423 3423 else
Note:
See TracChangeset
for help on using the changeset viewer.