Changeset 605 for python


Ignore:
Timestamp:
Dec 11, 2015, 5:27:58 PM (10 years ago)
Author:
dmik
Message:

python: configure: Generate correct OS/2 defs and remove pre-built configure.

Please use autoreconf -fvi to gengerate the correct version of configure and
pyconfig.h.in.

Location:
python/trunk
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • python/trunk/configure.ac

    r560 r605  
    45264526esac
    45274527
     4528case $host_os in
     4529os2-emx)
     4530  AC_DEFINE(PYOS_OS2, 1, [Define to 1 when building on OS/2.])
     4531  AC_DEFINE(PYCC_GCC, 1, [Define to 1 when building on OS/2 with GCC.])
     4532  ;;
     4533esac
    45284534
    45294535AC_SUBST(THREADHEADERS)
Note: See TracChangeset for help on using the changeset viewer.