summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-01-04 11:44:03 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-01-04 11:44:03 +0000
commit005c843907bf90eafcaaad2e64d88cc8492bdca4 (patch)
treed8d081e3a0630d60984491451639e0c277824d2d
parenta4d7ea7a7e7baddd53a1066abd7fdfb8cef7a279 (diff)
downloadgnutls-005c843907bf90eafcaaad2e64d88cc8492bdca4.tar.gz
the -D_REENTRANT is now used.
-rw-r--r--NEWS2
-rw-r--r--configure.in3
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4c1aff19e4..bf3186aa8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.1.4 (04/01/2003)
+Version 1.1.4 (04/01/2004)
- Improved gnutls-cli's SRP behaviour in SRP ciphersuites.
If they are of highest priority then the abreviated handshake
is used.
diff --git a/configure.in b/configure.in
index c424aa8b35..30e2b3a3eb 100644
--- a/configure.in
+++ b/configure.in
@@ -57,6 +57,9 @@ case "${target}" in
;;
esac
+dnl In order to use the reentrant libc functions.
+dnl I hope it is portable enough.
+CFLAGS="${CFLAGS} -D_REENTRANT"
opt_dmalloc_mode=no
AC_MSG_CHECKING([whether in dmalloc mode])