From bf0709cd9801edae5aa9329cf00aed774d9a614d Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Fri, 5 Jul 2002 03:55:27 +0000 Subject: Removed the -D_REENTRANT C flag since tinyproxy is no longer a multi-threaded program. --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3