Changeset 3368 for trunk


Ignore:
Timestamp:
May 21, 2007, 3:53:44 AM (18 years ago)
Author:
bird
Message:

a couple of fixes.

File:
1 edited

Legend:

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

    r3364 r3368  
    490490    esac;;
    491491os2*|emx*)
    492     CC="$CC -DPYCC_OS2=1 -DPYCC_GCC=1"
     492    CC="$CC -DPYOS_OS2=1 -DPYCC_GCC=1"
    493493    ;;
    494494esac
     
    34173417then
    34183418        if test "$MACHDEP" = "emx"; then
    3419         cp $srcdir/PC/os2emx/Modules/Setup.os2emx Modules/Setup
     3419        cp $srcdir/PC/os2emx/Setup.os2emx Modules/Setup
    34203420    else
    34213421        cp $srcdir/Modules/Setup.dist Modules/Setup
    3422     if
     3422    fi
    34233423fi
    34243424
Note: See TracChangeset for help on using the changeset viewer.