configure.target (ATOMICITYH): Don't use AIX 4.3-specific code on earlier versions of AIX.

* configure.target (ATOMICITYH): Don't use AIX 4.3-specific code
on earlier versions of AIX.

From-SVN: r42225
This commit is contained in:
Alexandre Oliva 2001-05-17 22:38:13 +00:00 committed by Alexandre Oliva
parent e5c56fd9bf
commit 754ad41da6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-05-17 Alexandre Oliva <aoliva@redhat.com>
* configure.target (ATOMICITYH): Don't use AIX 4.3-specific code
on earlier versions of AIX.
2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
* testsuite_flags.in (query): Add backwards, ext directories.

View File

@ -105,7 +105,7 @@ esac
# THIS TABLE IS SORTED. KEEP IT THAT WAY.
case "${target}" in
*-*-aix*)
*-*-aix4.[3456789]* | *-*-aix[56789]*)
ATOMICITYH=$os_include_dir
;;
*-*-irix*)