[cairo-commit] build/configure.ac.warnings
Uli Schlachter
psychon at kemper.freedesktop.org
Tue Apr 10 08:51:35 PDT 2012
build/configure.ac.warnings | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 09de481ce5f6ed1c38c0d5bf3af7c60642c4c947
Author: Gilles Espinasse <g.esp at free.fr>
Date: Sat Apr 7 23:09:51 2012 +0200
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 at free.fr>
Signed-off-by: Uli Schlachter <psychon at znc.in>
diff --git a/build/configure.ac.warnings b/build/configure.ac.warnings
index f1b17f4..3b2c6f3 100644
--- a/build/configure.ac.warnings
+++ b/build/configure.ac.warnings
@@ -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)
More information about the cairo-commit
mailing list