mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
configure.ac: explicitly set link_all_deplibs=yes
Some distros such as Ubuntu and Debian set it to 'no', while others might keep it to 'unknown' (which defaults to 'yes'). And this causes troubles when linking with mutter-clutter in some tests. https://bugzilla.gnome.org/show_bug.cgi?id=782821
This commit is contained in:
parent
374bb630f0
commit
177e47952a
@ -57,6 +57,13 @@ AM_GNU_GETTEXT([external])
|
||||
|
||||
LT_PREREQ([2.2.6])
|
||||
LT_INIT([disable-static])
|
||||
|
||||
# Debian / Ubuntu set this flag to 'no' in libtool, causing linking errors
|
||||
# (i.e when linking against mutter-clutter). Not to explicitly redefine such
|
||||
# deps, we enable this flag for everybody.
|
||||
link_all_deplibs=yes
|
||||
link_all_deplibs_CXX=yes
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_CC_C_O
|
||||
AC_PROG_INSTALL
|
||||
|
Loading…
Reference in New Issue
Block a user