diff options
author | shankar | 2010-02-24 03:42:17 +0000 |
---|---|---|
committer | shankar | 2010-02-24 03:42:17 +0000 |
commit | 55a52d271a7072575b27026f625857654477d9a8 (patch) | |
tree | 4caf3864716e7eb4bbfe82b82722dd30f5c43066 /tools | |
parent | 9e02291ba0f792216add4c75c1efc7d25cfaf942 (diff) | |
download | axis2c-55a52d271a7072575b27026f625857654477d9a8.tar.gz axis2c-55a52d271a7072575b27026f625857654477d9a8.tar.bz2 |
removing unwanted -lpthread
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@915653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools')
-rw-r--r-- | tools/md5/configure.ac | 1 | ||||
-rw-r--r-- | tools/tcpmon/configure.ac | 2 |
2 files changed, 0 insertions, 3 deletions
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]) |