Commit c18b95e5 by David Edelsohn Committed by David Edelsohn

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
parent 2eb83715
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
......
......@@ -1592,7 +1592,7 @@ aix3*)
fi
;;
aix4*)
aix4* | aix5*)
test "$enable_shared" = yes && enable_static=no
;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment