summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9769c37)
raw | patch | inline | side by side (parent: 9769c37)
author | Florian Forster <sifnfors@faui02n.informatik.uni-erlangen.de> | |
Mon, 4 Dec 2006 11:56:37 +0000 (12:56 +0100) | ||
committer | Florian Forster <sifnfors@faui02n.informatik.uni-erlangen.de> | |
Mon, 4 Dec 2006 11:56:37 +0000 (12:56 +0100) |
Also removed the `regex' output at the end of the configure run, because it was
empty.
empty.
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index f57dd18d85b770530372b6d76ab8fcf44a95b43b..69ac2cfc50ce75f55cc645e6ecc8e68120f6b04c 100644 (file)
--- a/configure.in
+++ b/configure.in
@@ -522,7 +522,7 @@ AC_ARG_WITH(libpthread, [AS_HELP_STRING([--with-libpthread=@<:@=PREFIX@:>@], [Pa
with_libpthread="no (disabled)"
fi
fi
-], [with_libpthread="no"])
+], [with_libpthread="yes"])
if test "x$with_libpthread" = "xyes"
then
AC_CHECK_LIB(pthread, pthread_create, [with_libpthread="yes"], [with_libpthread="no (libpthread not found)"], [])
libstatgrab . . . . $with_libstatgrab
libkstat . . . . . $with_kstat
libmysql . . . . . $with_libmysql
- regex . . . . . . . $with_regex
libpcap . . . . . . $with_libpcap
libpthread . . . . $with_libpthread