mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
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:
parent
c21c323370
commit
493330ae3f
@ -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',
|
||||
|
@ -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 ========================================================
|
||||
|
@ -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 ========================================================
|
||||
|
Loading…
Reference in New Issue
Block a user