From 06bafec530d7eca0fa6d7eaf4b2fd3b077ac63d3 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 4 Dec 2006 12:56:37 +0100 Subject: [PATCH] configure.in: Set the default case for `--with--libpthread' to `yes'. Also removed the `regex' output at the end of the configure run, because it was empty. --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index f57dd18d..69ac2cfc 100644 --- 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)"], []) @@ -1020,7 +1020,6 @@ Configuration: libstatgrab . . . . $with_libstatgrab libkstat . . . . . $with_kstat libmysql . . . . . $with_libmysql - regex . . . . . . . $with_regex libpcap . . . . . . $with_libpcap libpthread . . . . $with_libpthread -- 2.11.0