diff options
author | shankar | 2010-02-25 12:21:24 +0000 |
---|---|---|
committer | shankar | 2010-02-25 12:21:24 +0000 |
commit | e312f490dae74561d55c88df081093fdb13ff00d (patch) | |
tree | cecbd290ac5aa3f6e57e7be871b76bdeabc8e678 /tools | |
parent | 4b4d29e55e8e681ff5aa13c98c84561b9d625d94 (diff) | |
download | axis2c-e312f490dae74561d55c88df081093fdb13ff00d.tar.gz axis2c-e312f490dae74561d55c88df081093fdb13ff00d.tar.bz2 |
removing pthread options
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@916264 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools')
-rw-r--r-- | tools/md5/configure.ac | 1 | ||||
-rw-r--r-- | tools/tcpmon/configure.ac | 1 |
2 files changed, 0 insertions, 2 deletions
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 |