Bug 1460379 - remove --with-pthreads option; r=ted.mielczarek

This option does nothing if it's provided, and things will probably
break in some most peculiar manner if somebody uses --without-pthreads.
Given that neither outcome is useful, we should remove the option.
This commit is contained in:
Nathan Froyd 2018-05-09 17:26:31 -04:00
parent c21c323370
commit 493330ae3f
3 changed files with 0 additions and 25 deletions

View File

@ -259,7 +259,6 @@ def old_configure_options(*options):
'--with-nspr-prefix',
'--with-nss-exec-prefix',
'--with-nss-prefix',
'--with-pthreads',
'--with-qemu-exe',
'--with-sixgill',
'--with-soft-float',

View File

@ -980,18 +980,6 @@ darwin*)
;;
esac
dnl ========================================================
dnl Check the command line for --with-pthreads
dnl ========================================================
MOZ_ARG_WITH_BOOL(pthreads,
[ --with-pthreads Force use of system pthread library with NSPR ],
[ if test "$USE_PTHREADS"x = x; then
AC_MSG_ERROR([ --with-pthreads specified for a system without pthread support ]);
fi],
USE_PTHREADS=
_PTHREAD_LDFLAGS=
)
dnl ========================================================
dnl Do the platform specific pthread hackery
dnl ========================================================

View File

@ -1328,18 +1328,6 @@ darwin*)
;;
esac
dnl ========================================================
dnl Check the command line for --with-pthreads
dnl ========================================================
MOZ_ARG_WITH_BOOL(pthreads,
[ --with-pthreads Force use of system pthread library with NSPR ],
[ if test "$MOZ_USE_PTHREADS"x = x; then
AC_MSG_ERROR([ --with-pthreads specified for a system without pthread support ]);
fi],
MOZ_USE_PTHREADS=
_PTHREAD_LDFLAGS=
)
dnl ========================================================
dnl Do the platform specific pthread hackery
dnl ========================================================