Commit 8456161f authored by Guido van Rossum's avatar Guido van Rossum

Richard Jones: I think we can be confident in using 'CC="-Aa

-D_HPUX_SOURCE"' on HP 9.x and 10.x platforms.
parent 1bf0bf40
......@@ -82,6 +82,13 @@ fi
AC_PROG_CC
case $ac_sys_system in
hp*|HP*)
case $CC in
cc|*/cc) CC="$CC -Aa -D_HPUX_SOURCE";;
esac;;
esac
# LINKCC is the command that links the python executable -- default is $(CC).
# This is altered for AIX in order to build the export list before linking.
AC_SUBST(LINKCC)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment