From: Florian Forster Date: Mon, 4 Dec 2006 11:56:37 +0000 (+0100) Subject: configure.in: Set the default case for `--with--libpthread' to `yes'. X-Git-Tag: collectd-3.11.0~31 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=06bafec530d7eca0fa6d7eaf4b2fd3b077ac63d3;p=collectd.git 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. --- 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