diff options
| -rw-r--r-- | configure.ac | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2a653bd67e0..8ea92b988b4 100644 --- a/configure.ac +++ b/configure.ac @@ -850,7 +850,9 @@ case $host_os in       darwin*)          GF_HOST_OS="GF_DARWIN_HOST_OS"          LIBTOOL=glibtool -        GF_CFLAGS="${GF_COMPILER_FLAGS} ${ARGP_STANDALONE_CPPFLAGS} -D__DARWIN_64_BIT_INO_T -D_XOPEN_SOURCE " +        GF_CFLAGS="${GF_COMPILER_FLAGS} ${ARGP_STANDALONE_CPPFLAGS} " +        GF_CFLAGS="${GF_CFLAGS} -D_REENTRANT -D_XOPEN_SOURCE " +        GF_CFLAGS="${GF_CFLAGS} -D_DARWIN_USE_64_BIT_INODE "          GF_CFLAGS="${GF_CFLAGS} -DTHREAD_UNSAFE_BASENAME"          GF_CFLAGS="${GF_CFLAGS} -DTHREAD_UNSAFE_DIRNAME"          GF_LDADD="${ARGP_STANDALONE_LDADD}"  | 
