Bugzilla bug 232120: Now NetBSD has pthread support, remove code that

prevents from using pthreads on NetBSD.  The patch is contributed by
Shin'ichiro TAYA <taya@netbsd.org>.  r=wtc. sr=darin.
This commit is contained in:
wchang0222%aol.com 2004-03-03 16:17:01 +00:00
Родитель 1966adf766
Коммит 75a64e456e
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -2251,9 +2251,6 @@ then
CXXFLAGS="$CXXFLAGS -mt"
fi
;;
*-*-netbsd*)
USE_PTHREADS=
_PTHREAD_LDFLAGS=
esac
fi