From 3d02a866a9f9e72d3f7e618552f7ae1b1d2d0ca4 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Wed, 6 Feb 2008 22:27:59 +0000 Subject: [PATCH] Default to --without-64-calls for powerpc-ibm-aix*. Thanks to Rainer Tammer for reporting that the 64 calls are a problem on that OS. --- ChangeLog | 6 ++++++ configure.in | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7282a8876..6597add09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-02-06 Neil Jerram + + * configure.in: Default to --without-64-calls for + powerpc-ibm-aix*. Thanks to Rainer Tammer for reporting that the + 64 calls are a problem on that OS. + 2008-02-06 Ludovic Courtès * NEWS: Mention Sun Studio compilation fix. diff --git a/configure.in b/configure.in index 1d5000019..76af041da 100644 --- a/configure.in +++ b/configure.in @@ -205,6 +205,9 @@ AC_ARG_WITH([64-calls], *-apple-darwin* ) use_64_calls=no ;; + powerpc-ibm-aix* ) + use_64_calls=no + ;; esac]) echo "use_64_calls=$use_64_calls" case "$use_64_calls" in