--- configure.ac | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure.ac b/configure.ac index 658595a7..7a7ae0ca 100644 --- a/configure.ac +++ b/configure.ac @@ -135,14 +135,6 @@ if test -z "$GCC" ; then AC_MSG_ERROR([This program requires the GNU C Compiler.]) fi -# Enable threads by default just in Linux and FreeBSD -#if test "$enable_pthreads" = try ; then -# case "$host_os" in -# (linux* | freebsd* | openbsd* | netbsd* ) enable_pthreads=try ;; -# (*) enable_pthreads=no ;; -# esac -#fi - if test "$enable_pthreads" != no ; then BIRD_CHECK_PTHREADS -- 2.12.0
- [PATCH 00/13] Some more cleanup for configure.ac and aclocal... Ruben Kerkhof
- [PATCH 01/13] aclocal.m4: remove unused macro Ruben Kerkhof
- [PATCH 02/13] aclocal.m4: use normal macro for function Ruben Kerkhof
- [PATCH 03/13] use fixed width integers types from <s... Ruben Kerkhof
- [PATCH 05/13] aclocal.m4: consistently quote and indent Ruben Kerkhof
- [PATCH 04/13] Remove check for struct ip_mreqn Ruben Kerkhof
- [PATCH 06/13] configure.ac: fix indentation Ruben Kerkhof
- [PATCH 07/13] configure.ac: use AS_HELP_STRING for help... Ruben Kerkhof
- [PATCH 08/13] Consistently quote all macro arguments Ruben Kerkhof
- [PATCH 09/13] Remove dead code Ruben Kerkhof
- [PATCH 10/13] configure.ac: reorganize a bit Ruben Kerkhof
- [PATCH 11/13] Simplify check for alloca.h Ruben Kerkhof
- [PATCH 12/13] Simplify check for syslog.h Ruben Kerkhof
- [PATCH 13/13] No need to look for clock_gettime in libc Ruben Kerkhof
