From 55a52d271a7072575b27026f625857654477d9a8 Mon Sep 17 00:00:00 2001 From: shankar Date: Wed, 24 Feb 2010 03:42:17 +0000 Subject: removing unwanted -lpthread git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@915653 13f79535-47bb-0310-9956-ffa450edef68 --- tools/md5/configure.ac | 1 - tools/tcpmon/configure.ac | 2 -- 2 files changed, 3 deletions(-) (limited to 'tools') diff --git a/tools/md5/configure.ac b/tools/md5/configure.ac index 8702bdb..2b9aeca 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 51e24d3..f0851dd 100644 --- a/tools/tcpmon/configure.ac +++ b/tools/tcpmon/configure.ac @@ -23,8 +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 AC_CHECK_HEADERS([stdio.h stdlib.h string.h]) -- cgit v1.1-32-gdbae