[PATCH 09/13] Remove dead code
Ruben Kerkhof
ruben at rubenkerkhof.com
Sat Mar 18 17:25:39 CET 2017
---
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
More information about the Bird-users
mailing list