[evolution-data-server/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-data-server/gnome-3-22] Bug 774180 - Don't use --no-undefined on Darwin
- Date: Thu, 10 Nov 2016 14:43:07 +0000 (UTC)
commit 5b42ffd22e4c7485104c695e9c5a90e97f5bb01d
Author: Philip Chimento <philip chimento gmail com>
Date: Thu Nov 10 15:43:04 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 6be119d..e2bbb76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -338,8 +338,8 @@ AM_CONDITIONAL(WITH_PRIVATE_DOCS, [test x$with_private_docs = xyes])
dnl This must appear 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]