Default to --without-64-calls for
authorNeil Jerram <neil@ossau.uklinux.net>
Wed, 6 Feb 2008 22:29:22 +0000 (22:29 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Wed, 6 Feb 2008 22:29:22 +0000 (22:29 +0000)
powerpc-ibm-aix*.  Thanks to Rainer Tammer for reporting that the
64 calls are a problem on that OS.

ChangeLog
configure.in

index 959d0cc..1addbd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-06  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * 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  <ludo@gnu.org>
 
        * NEWS: Mention Sun Studio compilation fix.
index d7abfb4..392b3ae 100644 (file)
@@ -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