diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-01-05 10:50:47 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-01-05 10:50:47 +0100 |
commit | a9fa080e004278ff7912889231d9e45068f1c1f6 (patch) | |
tree | deabd08d525807bc0dad941291389f873fb94e3a | |
parent | 49924741fae6d41fac0ac6227e05d6cf66ea08e8 (diff) | |
download | gnutls-a9fa080e004278ff7912889231d9e45068f1c1f6.tar.gz |
Drop -D_REENTRANT -D_THREAD_SAFE, not needed as far as I can tell.
-rw-r--r-- | configure.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 1da545d92e..7cd61b73d5 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. # # Author: Nikos Mavrogiannopoulos @@ -118,11 +118,6 @@ AC_C_INLINE AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.17]) -dnl In order to use the reentrant libc functions. -dnl I hope it is portable enough. -CFLAGS="${CFLAGS} -D_REENTRANT -D_THREAD_SAFE" -AM_CFLAGS="${CFLAGS}" - AC_ARG_ENABLE(cxx, AS_HELP_STRING([--disable-cxx], [unconditionally disable the C++ library]), |