blizzard%redhat.com
|
67ad5dd31a
|
Remove extra ] in xinerama test. r=cls
|
2001-03-02 15:37:19 +00:00 |
|
erik%netscape.com
|
2aa4975996
|
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
|
07b14f65b0
|
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
|
d95ac99bb0
|
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
|
791c44b706
|
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
|
9fe59f23f0
|
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
|
5fe258f57c
|
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
|
c122c84eff
|
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
|
a3b2b44ba1
|
Allow spaces in --enable-optimize args. Bug #68246 r=leaf a=brendan
|
2001-02-09 21:30:09 +00:00 |
|
dbaron%fas.harvard.edu
|
14d8ef4382
|
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
|
77b0cd018f
|
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
|
59870281dc
|
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
|
677c21eabc
|
libpng update to 1.0.9. sr=brendan
|
2001-02-06 02:32:50 +00:00 |
|
dbaron%fas.harvard.edu
|
850a57ed98
|
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
|
3dba6a273e
|
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
|
881c256cfc
|
Add AC_SUBST for MOZ_XPCTOOLS
|
2001-02-01 20:36:43 +00:00 |
|
sspitzer%netscape.com
|
e21ba186fe
|
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
|
e5866cc097
|
Define the new USE_PTHREADS for OpenVMS. r=cls
|
2001-02-01 10:54:04 +00:00 |
|
shaver%mozilla.org
|
013c6f5fef
|
update --enable-ldap help message (r=syd, sr=waterson)
|
2001-01-30 03:44:15 +00:00 |
|
cls%seawood.org
|
bf562c2475
|
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
|
01551e02b6
|
#65880
r=cls
Enable OBJDIR builds for OS/2
|
2001-01-27 15:36:41 +00:00 |
|
cls%seawood.org
|
afeaffd0c7
|
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
|
df5499ae73
|
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
|
4af6938f2b
|
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
|
3433951864
|
Check for GNU_CC not USE_GCC.
Bug #64432
|
2001-01-07 23:56:55 +00:00 |
|
dbaron%fas.harvard.edu
|
3544084f92
|
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
|
91f85e61b8
|
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
|
3eb5078fbf
|
Bug 63896 - use system libmng if available. r=cls
|
2000-12-29 19:59:59 +00:00 |
|
cls%seawood.org
|
d098a8c6ed
|
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
|
98f96384bb
|
Change the definition of --enable-optimize to be less ambiguous.
|
2000-12-28 04:29:44 +00:00 |
|
bryner%uiuc.edu
|
bc187fdea4
|
Removing all traces of the old LAYERS #define. r=jst, sr=cls.
|
2000-12-26 22:19:17 +00:00 |
|
dbaron%fas.harvard.edu
|
96c04d5b28
|
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
|
f9ab982495
|
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
|
ed95a1c9a6
|
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
|
de8a090ca0
|
Use $(STRIP) instead of strip for --enable-strip-libs.
|
2000-12-14 22:15:51 +00:00 |
|
cls%seawood.org
|
a6be61eef1
|
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
|
c9e92a032d
|
Commenting out unnecessary lib checks.
|
2000-12-13 08:19:29 +00:00 |
|
cls%seawood.org
|
e7f3c130c4
|
The ORBit fallback checks confuse cross-compile builds.
|
2000-12-12 07:40:37 +00:00 |
|
dbaron%fas.harvard.edu
|
875808ff50
|
A better configure test for fixing the IRIX bustage.
|
2000-12-10 04:27:38 +00:00 |
|
dbaron%fas.harvard.edu
|
3331dd382b
|
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
|
781d9237bc
|
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
|
3b63f9db57
|
Disable error check for xargs until OS/2 tinderbox is updated.
|
2000-12-06 06:36:35 +00:00 |
|
cls%seawood.org
|
4b038c737a
|
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
|
ef82d6ee57
|
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
|
a1bd57c2fe
|
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
|
ed8e7197af
|
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
|
bce67763ee
|
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
|
cac0928185
|
Change --enable-optimize to take an argument.
Bug #53486 r=timeless
|
2000-12-01 13:21:43 +00:00 |
|
waterson%netscape.com
|
6ffb7b4e78
|
Bug 61469. Add --enable-reflow-perf flag. r=cls, sr=leaf
|
2000-11-30 21:54:06 +00:00 |
|
waterson%netscape.com
|
e298449fee
|
Bug 58290. Add --disable-logging to turn of NS_LOGGING altogether. r=cls, sr=leaf
|
2000-11-30 21:52:41 +00:00 |
|