summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-02-11 08:22:15 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-02-11 08:22:15 +0000
commitf70cb42c159eb8be9da1003d09c9dcdccd0700fc (patch)
treec2005cd06a16baa548edd66c13744123f383654d /configure.in
parent4a3973c7cbab574673ef3ca79c7a010dd3df76e9 (diff)
downloadgnutls-f70cb42c159eb8be9da1003d09c9dcdccd0700fc.tar.gz
some other bugfixes ported from the development branch.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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])