]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
the -D_REENTRANT is now used.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 4 Jan 2004 11:44:03 +0000 (11:44 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 4 Jan 2004 11:44:03 +0000 (11:44 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 4c1aff19e4fd149d77839daa0db9aaca51d14adc..bf3186aa8f277d80663b6b85d633e87c63f098c2 100644 (file)
--- 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.
index c424aa8b35dc58996227c10f1adc02609be12417..30e2b3a3eb5c52fc7325d0c9ca9ec3893c766196 100644 (file)
@@ -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])