summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-07-05 03:55:27 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-07-05 03:55:27 +0000
commitbf0709cd9801edae5aa9329cf00aed774d9a614d (patch)
tree7976f9b3bceeb789923cf7b03c7ea69c964419b7
parent96c5ee9065391057d8db895789824c40c56dd56f (diff)
downloadtinyproxy-bf0709cd9801edae5aa9329cf00aed774d9a614d.tar.gz
tinyproxy-bf0709cd9801edae5aa9329cf00aed774d9a614d.zip
Removed the -D_REENTRANT C flag since tinyproxy is no longer a multi-threaded program.
Diffstat (limited to '')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 0731fd1..e79ac19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-dnl $Id: configure.ac,v 2.41 2002-06-27 16:30:38 rjkaes Exp $
+dnl $Id: configure.ac,v 2.42 2002-07-05 03:55:27 rjkaes Exp $
dnl Devlopers, please strive to achieve this order:
dnl
@@ -27,9 +27,6 @@ AC_DEFINE_UNQUOTED(TARGET_SYSTEM, ["$target"])
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
-dnl Set the default CFLAGS
-CFLAGS="-D_REENTRANT"
-
dnl Check if we're compiling on a weird platform :)
AC_AIX
AC_ISC_POSIX