summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/md5/configure.ac1
-rw-r--r--tools/tcpmon/configure.ac2
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])