diff --git a/configure.ac b/configure.ac index b6e8049a405..76d13337f9e 100644 --- a/configure.ac +++ b/configure.ac @@ -336,7 +336,7 @@ dnl OpenBSD does not have DT_NEEDED entries for libc by design dnl so when these flags are passed to ld via libtool the checks will fail dnl case "$host_os" in -openbsd*) +openbsd* | darwin* ) LD_NO_UNDEFINED="" ;; *) LD_NO_UNDEFINED="-Wl,--no-undefined" ;;