From bf1036ca5c3ca68266736bb9e1127f7eb204d684 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 4 Feb 2007 21:19:50 +0000 Subject: Whitelist Darwin 9 (MacOS X 10.5 'Leopard') with a thread-safe getaddrinfo(). Reported by Uli Zappe. svn path=/branches/BRANCH_6-3/; revision=5028 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 60589526..69c24147 100644 --- a/configure.ac +++ b/configure.ac @@ -442,6 +442,7 @@ if test "$ac_cv_search_getaddrinfo" = "none required" ; then gai_ts=no dnl we have getaddrinfo() - check if the OS is known to have a async-signal-safe implementation case $target_os in + darwin9*) gai_ts=yes ;; linux*) gai_ts=yes ;; freebsd5.5|freebsd6*|freebsd7*) gai_ts=yes ;; solaris2.8|solaris2.9|solaris2.10) gai_ts=yes ;; -- cgit v1.2.3