зеркало из https://github.com/mozilla/pjs.git
unsetting the NO_LD_ARCHIVE flag for AIX, since it doesn't need
it and actually causes problems for us. a= brendan@mozilla.org #= 52783 r= cls@seawood.org
This commit is contained in:
Родитель
c3541bd970
Коммит
4a78f455ae
|
@ -1002,6 +1002,9 @@ case "$target" in
|
|||
*-*-os2_*)
|
||||
NO_LD_ARCHIVE_FLAGS=
|
||||
;;
|
||||
*-aix4.3*)
|
||||
NO_LD_ARCHIVE_FLAGS=
|
||||
;;
|
||||
esac
|
||||
AC_SUBST(NO_LD_ARCHIVE_FLAGS)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче