- Timestamp:
- May 21, 2007, 3:53:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/python/configure.in
r3364 r3368 490 490 esac;; 491 491 os2*|emx*) 492 CC="$CC -DPY CC_OS2=1 -DPYCC_GCC=1"492 CC="$CC -DPYOS_OS2=1 -DPYCC_GCC=1" 493 493 ;; 494 494 esac … … 3417 3417 then 3418 3418 if test "$MACHDEP" = "emx"; then 3419 cp $srcdir/PC/os2emx/ Modules/Setup.os2emx Modules/Setup3419 cp $srcdir/PC/os2emx/Setup.os2emx Modules/Setup 3420 3420 else 3421 3421 cp $srcdir/Modules/Setup.dist Modules/Setup 3422 if3422 fi 3423 3423 fi 3424 3424
Note:
See TracChangeset
for help on using the changeset viewer.