ltconfig: Disable building static libraries if building shared libraries on AIX 5L.

* ltconfig: Disable building static libraries if building shared
	libraries on AIX 5L.

From-SVN: r78984
This commit is contained in:
David Edelsohn 2004-03-05 21:03:19 +00:00 committed by David Edelsohn
parent 2eb83715ce
commit c18b95e5e4
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-03-05 David Edelsohn <edelsohn@gnu.org>
* ltconfig: Disable building static libraries if building shared
libraries on AIX 5L.
2004-03-01 Richard Sandiford <rsandifo@redhat.com>
* configure.in (mips64*-*-linux*): Override mips*-*-linux* case

View file

@ -1592,7 +1592,7 @@ aix3*)
fi
;;
aix4*)
aix4* | aix5*)
test "$enable_shared" = yes && enable_static=no
;;
esac