diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/configure.ac b/configure.ac index e824b475..0d2c71a7 100644 --- a/configure.ac +++ b/configure.ac @@ -110,6 +110,11 @@ case "${host}" in      *-*-gnu*)  	have_ld_version_script=yes          ;; +    *-apple-darwin*) +        AC_DEFINE(_XOPEN_SOURCE, 500, Activate POSIX interface on MacOS X) +        ;; +esac +  esac  AM_CONDITIONAL(HAVE_LD_VERSION_SCRIPT, test "$have_ld_version_script" = "yes") | 
