blizzard%redhat.com
|
e94fda7677
|
Remove extra ] in xinerama test. r=cls
|
2001-03-02 15:37:19 +00:00 |
erik%netscape.com
|
c257b52ba2
|
bug 70389; author=simon@softel.co.il; r=cls; sr=erik; adding changes to
build system to conditionally compile the IBM bidi code (for Arabic and
Hebrew bidirectional text)
|
2001-02-28 23:45:40 +00:00 |
cls%seawood.org
|
a3d50f2c62
|
Fix nspr autoconf support for OpenVMS.
Thanks to Colin Blake <colin@theblakes.com> for the patch.
Bug #69842 r=cls
|
2001-02-25 21:44:59 +00:00 |
jdunn%netscape.com
|
b5da2ff9ed
|
defining _REENTRANT for hpux 11.00 & aix 4.3
r= cls@seawood.org
# 69808
|
2001-02-23 13:24:49 +00:00 |
cls%seawood.org
|
4f9266b3ff
|
Setting autoconf as the default build method for NSPR on the NSPRPUB_CLIENT_BRANCH
Bug #58804
|
2001-02-23 05:26:43 +00:00 |
waterson%netscape.com
|
2cd62f503b
|
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
|
2001-02-22 03:01:34 +00:00 |
blizzard%redhat.com
|
6c1b51d4e6
|
Fix bug #68882. Don't build xinerama support since it crashes the dynamic loader on stock RH 7.0. Add an explicit --enable-xinerama flag. r=cls
|
2001-02-18 16:16:54 +00:00 |
blizzard%redhat.com
|
cc1d997500
|
Fix bug #32612. Add xinerama support for linux systems. r=bryner, pinkerton, leaf sr=alecf
|
2001-02-14 22:05:03 +00:00 |
cls%seawood.org
|
cacba54314
|
Allow spaces in --enable-optimize args. Bug #68246 r=leaf a=brendan
|
2001-02-09 21:30:09 +00:00 |
dbaron%fas.harvard.edu
|
7a903b8bcf
|
Re-enable the autoconf test that fixes the nsCOMPtr operator== ambiguities on Linux and HP now that we know it works correctly on HP. b=65664 r=scc@mozilla.org sr=brendan@mozilla.org
|
2001-02-07 03:56:31 +00:00 |
blizzard%redhat.com
|
53b525170b
|
Add checks for xinerama libraries. This is the start of multi-monitor setups for linux. r=cls
|
2001-02-07 00:10:17 +00:00 |
kandrot%netscape.com
|
24123921f2
|
r=waterson sr=cls
Adding a newer version of the libc malloc.c from the author. It is
compiled switched in via --enable-lea.
|
2001-02-06 04:28:59 +00:00 |
tor%cs.brown.edu
|
e235de648c
|
libpng update to 1.0.9. sr=brendan
|
2001-02-06 02:32:50 +00:00 |
dbaron%fas.harvard.edu
|
80cf492dd2
|
Disable earlier changes for bug 65664 for fear they might cause HP-only bustage.
|
2001-02-05 01:04:38 +00:00 |
dbaron%fas.harvard.edu
|
5d5156afbb
|
Add test for problems in overload resolution related to const and volatile to fix bug 65664. r=scc@mozilla.org sr=brendan@mozilla.org
|
2001-02-04 19:57:17 +00:00 |
cls%seawood.org
|
2ffd6d7d65
|
Add AC_SUBST for MOZ_XPCTOOLS
|
2001-02-01 20:36:43 +00:00 |
sspitzer%netscape.com
|
e2a6bf7559
|
fix for #67205. get --enable-xpctools to work again.
it will build the JS profiler. r=leaf,bryner, sr=cls
|
2001-02-01 15:36:59 +00:00 |
colin%theblakes.com
|
d7902bc47b
|
Define the new USE_PTHREADS for OpenVMS. r=cls
|
2001-02-01 10:54:04 +00:00 |
shaver%mozilla.org
|
b5d4d82b86
|
update --enable-ldap help message (r=syd, sr=waterson)
|
2001-01-30 03:44:15 +00:00 |
cls%seawood.org
|
d67cab71c9
|
Create MOZ_CHECK_PTHREADS() macro that compiles a small test case using <pthread.h> so that systems like hpux & osf/1 will properly detect pthreads.
|
2001-01-27 22:47:16 +00:00 |
mkaply%us.ibm.com
|
32b73e9541
|
#65880
r=cls
Enable OBJDIR builds for OS/2
|
2001-01-27 15:36:41 +00:00 |
cls%seawood.org
|
576bce74cc
|
Add MOZ_ENABLE_XREMOTE flag so that xremote is only compiled for X-based platforms.
Bug #59505
|
2001-01-27 03:50:07 +00:00 |
cls%seawood.org
|
dc9b761b81
|
Fix perl test to use $] for the version number.
Check for Config.pm as a separate test.
Bug #66443
|
2001-01-27 02:32:30 +00:00 |
cls%seawood.org
|
acaa1d6d50
|
Default to non-monolithic builds for BSDI.
Set standard BSD thread flags for BSDI.
Thanks to Kurt J. Lidl <lidl@pix.net> for the patch.
|
2001-01-17 19:34:31 +00:00 |
cls%seawood.org
|
9bf1b1bc4c
|
Check for GNU_CC not USE_GCC.
Bug #64432
|
2001-01-07 23:56:55 +00:00 |
dbaron%fas.harvard.edu
|
4943669e38
|
Make the autoconf test for a wchar_t usable as PRUnichar check that wchar_t is unsigned (in addition to being 2 bytes). Do the test for -fshort-wchar in C++ since some versions of gcc have a signed wchar_t in C++ only. b=63857 r=cls@seawood.org
|
2001-01-07 14:35:24 +00:00 |
bryner%uiuc.edu
|
4162159483
|
Adding an option to disable using -fshort-wchar (even if your compiler supports it). sr=cls.
|
2001-01-06 07:54:23 +00:00 |
tor%cs.brown.edu
|
a0c57662ca
|
Bug 63896 - use system libmng if available. r=cls
|
2000-12-29 19:59:59 +00:00 |
cls%seawood.org
|
b467ad2658
|
Turn off UltraSparc optimizations by default. Use --enable-ultrasparc to build for the v8plus arch.
Bug #63173 r=rich.burridge@sun.com
|
2000-12-29 06:33:07 +00:00 |
cls%seawood.org
|
6ab20d82c5
|
Change the definition of --enable-optimize to be less ambiguous.
|
2000-12-28 04:29:44 +00:00 |
bryner%uiuc.edu
|
7bf99af947
|
Removing all traces of the old LAYERS #define. r=jst, sr=cls.
|
2000-12-26 22:19:17 +00:00 |
dbaron%fas.harvard.edu
|
2ff6dea99f
|
Fix and enable the autoconf test to allow the faster version of NS_LITERAL_STRING on compilers where sizeof(wchar_t) == 2 or compilers (such as gcc 2.96+) that accept -fshort-wchar to force this. r=waterson@netscape.com sr=cls@seawood.org b=54564
|
2000-12-23 16:34:49 +00:00 |
cls%seawood.org
|
adf99d8d59
|
Add psm to standalone build system.
Pull psm & nss by default via client.mk .
Moves psm-glue from Mozilla build to psm module.
Bug #60912. r=bryner
CARPOOL!
|
2000-12-22 20:43:27 +00:00 |
cls%seawood.org
|
95eecb8fc2
|
Everything needs libm and some platforms don't have shared lib dependencies. What was I thinking?
|
2000-12-14 22:17:19 +00:00 |
cls%seawood.org
|
c1cf64c8b1
|
Use $(STRIP) instead of strip for --enable-strip-libs.
|
2000-12-14 22:15:51 +00:00 |
cls%seawood.org
|
8069d1d82e
|
Add proper detection of STRIP (which I thought we already had). This should fix the nightly build problem.
|
2000-12-14 07:39:48 +00:00 |
cls%seawood.org
|
fb065da12c
|
Commenting out unnecessary lib checks.
|
2000-12-13 08:19:29 +00:00 |
cls%seawood.org
|
0e57417bc4
|
The ORBit fallback checks confuse cross-compile builds.
|
2000-12-12 07:40:37 +00:00 |
dbaron%fas.harvard.edu
|
3dc4043ccc
|
A better configure test for fixing the IRIX bustage.
|
2000-12-10 04:27:38 +00:00 |
dbaron%fas.harvard.edu
|
198833687a
|
Attempt to fix |address_of| bustage on IRIX. r=scc@mozilla.org b=59414
|
2000-12-10 03:13:53 +00:00 |
cls%seawood.org
|
6e4fa4d46c
|
Turn off monolithic toolkit builds for OpenBSD.
Thanks to David Krause <david@netcentral.com> for the patch.
Bug #60730
|
2000-12-06 07:22:00 +00:00 |
cls%seawood.org
|
5e7d1c9726
|
Disable error check for xargs until OS/2 tinderbox is updated.
|
2000-12-06 06:36:35 +00:00 |
cls%seawood.org
|
4a74058213
|
Adding check for xargs. It is used in some non-default build rules and we need it to properly clean up after our Makefile creation when using some shells.
Bug 37095 r=mkaply@us.ibm.com r=jdunn@netscape.com
|
2000-12-06 03:25:17 +00:00 |
wtc%netscape.com
|
c6f65adfcb
|
Bugzilla bug #60040: added missing double quotes ("") around the variable
($LIBIDL_CONFIG) after test -z. r=cls@seawood.org.
Modified files: configure, configure.in
|
2000-12-05 04:15:59 +00:00 |
brendan%mozilla.org
|
ff57cc5a3c
|
Checking in cls's latest patch to help my jslock.[ch] code on ultrasparc/gcc.
|
2000-12-04 05:27:41 +00:00 |
brendan%mozilla.org
|
d16f9f9097
|
cls's build-bustage patch to define ULTRA_SPARC independent of whether gcc is used on Sun systems.
|
2000-12-04 04:06:57 +00:00 |
cls%seawood.org
|
a3cca6d3ca
|
Add hooks to turn on module dep tracking by setting MOZ_TRACK_MODULE_DEPS=1 when running configure. Bug #59454
|
2000-12-04 01:34:02 +00:00 |
cls%seawood.org
|
8d02607af4
|
Change --enable-optimize to take an argument.
Bug #53486 r=timeless
|
2000-12-01 13:21:43 +00:00 |
waterson%netscape.com
|
8354ca813d
|
Bug 61469. Add --enable-reflow-perf flag. r=cls, sr=leaf
|
2000-11-30 21:54:06 +00:00 |
waterson%netscape.com
|
cb70dc787d
|
Bug 58290. Add --disable-logging to turn of NS_LOGGING altogether. r=cls, sr=leaf
|
2000-11-30 21:52:41 +00:00 |