libtool/build-aux
Vadim Zeitlin 12641bdc45 libtool: Don't fall back to static libraries if building them was disabled
If -no-undefined was not specified but the platform didn't
support shared libraries with undefined symbols (e.g. Cygwin/
MinGW), static libraries were built instead of shared ones,
even if building them was explicitly disabled with --disable-
static configure option.

Fix this by stopping with a fatal error if a shared library
can't be built in this case instead of unexpectedly building a
static library instead.

* libltdl/config/ltmain.m4sh (func_mode_link()): Stop with
fatal error when trying to build a shared library without -no-
undefined on a platform not supporting undefined symbols in
shared libraries.

Copyright-paperwork-exempt: Yes
2013-10-09 17:35:13 -07:00
..
git-hooks syntax-check: fix violations and implement sc_old_style_quoting. 2012-10-22 00:01:13 +07:00
.gitignore bootstrap: move into local gl overrides directory. 2012-10-21 19:39:04 +07:00
edit-readme-alpha maint: update copyright notices to include 2013. 2013-01-02 00:34:06 +07:00
git-log-fix maint: normalise formatting of recent commit log entry. 2013-09-05 12:16:25 +07:00
ltmain.in libtool: Don't fall back to static libraries if building them was disabled 2013-10-09 17:35:13 -07:00