From e312f490dae74561d55c88df081093fdb13ff00d Mon Sep 17 00:00:00 2001 From: shankar Date: Thu, 25 Feb 2010 12:21:24 +0000 Subject: removing pthread options git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@916264 13f79535-47bb-0310-9956-ffa450edef68 --- tools/md5/configure.ac | 1 - tools/tcpmon/configure.ac | 1 - 2 files changed, 2 deletions(-) (limited to 'tools') diff --git a/tools/md5/configure.ac b/tools/md5/configure.ac index 213ab14..234265a 100644 --- a/tools/md5/configure.ac +++ b/tools/md5/configure.ac @@ -23,7 +23,6 @@ if test "$GCC" = "yes"; then CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration" fi -LDFLAGS="$LDFLAGS -lpthread" dnl Checks for header files. AC_HEADER_STDC diff --git a/tools/tcpmon/configure.ac b/tools/tcpmon/configure.ac index 5619c87..56e69f8 100644 --- a/tools/tcpmon/configure.ac +++ b/tools/tcpmon/configure.ac @@ -23,7 +23,6 @@ if test "$GCC" = "yes"; then CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration" fi -LDFLAGS="$LDFLAGS -lpthread" dnl Checks for header files. AC_HEADER_STDC -- cgit v1.1-32-gdbae