From a886f098944f183e0fc70bb3672cbef0f4e18b6b Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 27 Sep 2001 15:50:15 +0000 Subject: fix build and test problems in Mac OS X (15882) --- zshconfig.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'zshconfig.ac') diff --git a/zshconfig.ac b/zshconfig.ac index c01421c41..a3442e4be 100644 --- a/zshconfig.ac +++ b/zshconfig.ac @@ -307,6 +307,7 @@ fi if test -n "$auto_ldflags"; then case "${enable_zsh_debug}$host_os" in yesaix*|yeshpux*|yesnetbsd*|yesopenbsd*) ;; # "ld -g" is not valid on these systems + darwin*) LDFLAGS=-Wl,-x ;; yes*) LDFLAGS=-g ;; *) LDFLAGS=-s ;; esac -- cgit 1.4.1