diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bbe8347829..27fae7012f 100644 --- a/configure.in +++ b/configure.in @@ -58,7 +58,7 @@ case "${target}" in esac dnl In order to use the reentrant libc functions -CFLAGS="${CFLAGS} -D_REENTRANT" +CFLAGS="${CFLAGS} -D_REENTRANT -D_THREAD_SAFE" opt_dmalloc_mode=no AC_MSG_CHECKING([whether in dmalloc mode]) |