]> granicus.if.org Git - php/commit
Lift the add-once limit for libraries, because there are valid reasons
authorSascha Schumann <sas@php.net>
Mon, 10 Jul 2000 10:26:13 +0000 (10:26 +0000)
committerSascha Schumann <sas@php.net>
Mon, 10 Jul 2000 10:26:13 +0000 (10:26 +0000)
commit4f710625512f3c041f28fbca54e93c81d87a428f
treefa530ff19ecc60e80b0c3a85548dc7c33fd6ee37
parente8101d4f7b2cd94471c8317f6fe15dd5a9c86923
Lift the add-once limit for libraries, because there are valid reasons
against it. When dealing with static libraries, the link order is
important and it might be necessary to add a library multiple times to
satisfy mutual symbol requirements.
acinclude.m4