Work around Debian's patched libtool.

* configure.ac: Set link_all_deplibs to yes.
This commit is contained in:
Alexandre Duret-Lutz 2013-01-10 16:45:54 +01:00
parent c55f282298
commit 0e74b76521

View file

@ -74,6 +74,12 @@ AC_CHECK_FUNCS([times srand48 drand48 kill alarm])
LT_CONFIG_LTDL_DIR([ltdl]) LT_CONFIG_LTDL_DIR([ltdl])
LT_INIT([win32-dll]) LT_INIT([win32-dll])
LTDL_INIT([subproject convenience]) LTDL_INIT([subproject convenience])
# Debian resets this to no, but this break both Spot and the libtool
# test suite itself. Instead of requiring developer to install a
# non-patched version of Libtool on any Debian they use, we just
# cancel the effect of Debian's patch here.
link_all_deplibs=yes
link_all_deplibs_CXX=yes
adl_ENABLE_DEBUG adl_ENABLE_DEBUG
ad_GCC_OPTIM ad_GCC_OPTIM