[evolution/gnome-3-22] Bug 774180 - Don't use --no-undefined on Darwin
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-22] Bug 774180 - Don't use --no-undefined on Darwin
- Date: Thu, 10 Nov 2016 14:44:28 +0000 (UTC)
commit 0fd310f7a27b8711e9e1b95f4126ffdabed053ed
Author: Philip Chimento <philip chimento gmail com>
Date: Thu Nov 10 15:44:39 2016 +0100
Bug 774180 - Don't use --no-undefined on Darwin
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6fa2342..186e43f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,8 +135,8 @@ AC_DEFINE_UNQUOTED(VERSION_COMMENT, "", [Define if you want a comment appended t
dnl This must stay after AC_CANONICAL_HOST, which defines $host.
case "$host" in
-*openbsd*|*freebsd*)
- dnl Do not set '-Wl,--no-undefined' on freebsd/openbsd
+*openbsd*|*freebsd*|*darwin*)
+ dnl Do not set '-Wl,--no-undefined' on freebsd/openbsd/darwin
;;
*)
LDFLAGS="$LDFLAGS -Wl,--no-undefined"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]