mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 15:48:00 +02:00
Cosmetic configure fix
'how to allow undefined symbols in shared libraries' test should use CAIRO_CC_TRY_FLAG_SILENT or configure display is a bit out of order like this checking how to allow undefined symbols in shared libraries used by test suite... checking whether gcc supports -Wl,--allow-shlib-undefined... yes -Wl,--allow-shlib-undefined Signed-off-by: Gilles Espinasse <g.esp@free.fr> Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
c7b86ab97b
commit
09de481ce5
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ AC_DEFINE_UNQUOTED([WARN_UNUSED_RESULT], [$cairo_cv_warn_unused_result],
|
|||
|
||||
dnl check linker flags
|
||||
AC_CACHE_CHECK([how to allow undefined symbols in shared libraries used by test suite], cairo_cv_test_undefined_ldflags,
|
||||
[CAIRO_CC_TRY_FLAG([-Wl,--allow-shlib-undefined], [],
|
||||
[CAIRO_CC_TRY_FLAG_SILENT([-Wl,--allow-shlib-undefined], [],
|
||||
[cairo_cv_test_undefined_ldflags="-Wl,--allow-shlib-undefined]")])
|
||||
CAIRO_TEST_UNDEFINED_LDFLAGS="$cairo_cv_test_undefined_ldflags"
|
||||
AC_SUBST(CAIRO_TEST_UNDEFINED_LDFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue