configure.in: Set the default case for `--with--libpthread' to `yes'.
authorFlorian Forster <sifnfors@faui02n.informatik.uni-erlangen.de>
Mon, 4 Dec 2006 11:56:37 +0000 (12:56 +0100)
committerFlorian 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.

configure.in

index f57dd18..69ac2cf 100644 (file)
@@ -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