mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Remove vestiges of XPIDL_JS_STUBS (no longer used or implemented by xpidl-generated files.)
This commit is contained in:
parent
2aef8f4fcc
commit
07f00c67ca
@ -64,10 +64,6 @@ LCFLAGS=$(LCFLAGS) -DNECKO
|
||||
MOZ_OJI = 1 # on by default now
|
||||
!endif
|
||||
|
||||
!ifdef XPIDL_JS_STUBS
|
||||
LCFLAGS=$(LCFLAGS) -DXPIDL_JS_STUBS
|
||||
!endif
|
||||
|
||||
!ifdef MOZ_LIBTEST
|
||||
MOZ_LIBTEST = 1
|
||||
LCFLAGS=$(LCFLAGS) -DLAYPROBE_API
|
||||
|
@ -1949,14 +1949,6 @@ MOZ_ARG_DISABLE_BOOL(dtd-debug,
|
||||
MOZ_DISABLE_DTD_DEBUG=1
|
||||
AC_DEFINE(MOZ_DISABLE_DTD_DEBUG) )
|
||||
|
||||
|
||||
dnl commenting this out
|
||||
dnl according to waterson it is obsolete.
|
||||
dnl I'll remove it once I hear back from jband.
|
||||
dnl MOZ_ARG_ENABLE_BOOL(js-stubs,
|
||||
dnl [ --enable-js-stubs Use XPIDL JavaScript Stubs.],
|
||||
dnl AC_DEFINE(XPIDL_JS_STUBS))
|
||||
|
||||
dnl ========================================================
|
||||
dnl =
|
||||
dnl = Untested or Broken Options
|
||||
|
@ -32,11 +32,6 @@
|
||||
#include "prcmon.h"
|
||||
#endif /* NS_MT_SUPPORTED */
|
||||
|
||||
#if defined(XPIDL_JS_STUBS)
|
||||
struct JSObject;
|
||||
struct JSContext;
|
||||
#endif
|
||||
|
||||
// under Metrowerks (Mac), we don't have autoconf yet
|
||||
#ifdef __MWERKS__
|
||||
#define HAVE_CPP_SPECIALIZATION
|
||||
|
@ -32,11 +32,6 @@
|
||||
#include "prcmon.h"
|
||||
#endif /* NS_MT_SUPPORTED */
|
||||
|
||||
#if defined(XPIDL_JS_STUBS)
|
||||
struct JSObject;
|
||||
struct JSContext;
|
||||
#endif
|
||||
|
||||
// under Metrowerks (Mac), we don't have autoconf yet
|
||||
#ifdef __MWERKS__
|
||||
#define HAVE_CPP_SPECIALIZATION
|
||||
|
Loading…
Reference in New Issue
Block a user