summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-02-15 19:48:59 (GMT)
committerGeorg Brandl <georg@python.org>2011-02-15 19:48:59 (GMT)
commit59e87bd2515be932f39167b3a8302d3ba4b9de35 (patch)
treefabe56b86516ad7079fd1cd96ccf1f6c3aae1e80 /configure.in
parent9a829bed975c30f4420f180baf935717c9416e28 (diff)
downloadcpython-59e87bd2515be932f39167b3a8302d3ba4b9de35.zip
cpython-59e87bd2515be932f39167b3a8302d3ba4b9de35.tar.gz
cpython-59e87bd2515be932f39167b3a8302d3ba4b9de35.tar.bz2
#730467: Another small AIX fix.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d4d33b5..26d4f6c 100644
--- a/configure.in
+++ b/configure.in
@@ -1912,7 +1912,7 @@ AC_CHECK_LIB(intl, textdomain,
case "$ac_sys_system" in
AIX*) AC_MSG_CHECKING(for genuine AIX C++ extensions support)
AC_LINK_IFELSE([
- AC_LANG_PROGRAM([[#include "/usr/lpp/xlC/include/load.h"]],
+ AC_LANG_PROGRAM([[#include <load.h>]],
[[loadAndInit("", 0, "")]])
],[
AC_DEFINE(AIX_GENUINE_CPLUSPLUS, 1,