aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-28 20:09:02 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-28 20:09:02 +0800
commit520d90a9cc9fb24551a28116c81ab6b963cac5c9 (patch)
tree4b92463a31cc7822d1d798a8b263604cedc2d25c /configure.ac
parent890f9cb46f771cb3784766d2237e70cd14970418 (diff)
downloadgsoc2013-evolution-520d90a9cc9fb24551a28116c81ab6b963cac5c9.tar
gsoc2013-evolution-520d90a9cc9fb24551a28116c81ab6b963cac5c9.tar.gz
gsoc2013-evolution-520d90a9cc9fb24551a28116c81ab6b963cac5c9.tar.bz2
gsoc2013-evolution-520d90a9cc9fb24551a28116c81ab6b963cac5c9.tar.lz
gsoc2013-evolution-520d90a9cc9fb24551a28116c81ab6b963cac5c9.tar.xz
gsoc2013-evolution-520d90a9cc9fb24551a28116c81ab6b963cac5c9.tar.zst
gsoc2013-evolution-520d90a9cc9fb24551a28116c81ab6b963cac5c9.zip
Build with -Wl,--no-undefined and fix linker errors.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 309491cf3a..8a2400ae84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,6 +104,7 @@ dnl already fixed in git, just waiting for a formal release.
dnl -DGTK_DISABLE_SINGLE_INCLUDES
CFLAGS="$CFLAGS $WARNING_FLAGS"
+LDFLAGS="$LDFLAGS -Wl,--no-undefined"
AC_CANONICAL_HOST
AC_DEFINE_UNQUOTED(VERSION_COMMENT, "", [Define if you want a comment appended to the version number])