summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-01-05 10:50:47 +0100
committerSimon Josefsson <simon@josefsson.org>2008-01-05 10:50:47 +0100
commita9fa080e004278ff7912889231d9e45068f1c1f6 (patch)
treedeabd08d525807bc0dad941291389f873fb94e3a
parent49924741fae6d41fac0ac6227e05d6cf66ea08e8 (diff)
downloadgnutls-a9fa080e004278ff7912889231d9e45068f1c1f6.tar.gz
Drop -D_REENTRANT -D_THREAD_SAFE, not needed as far as I can tell.
-rw-r--r--configure.in7
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]),