diff options
-rw-r--r-- | src/third_party/mozjs-45/platform/x86_64/windows/build/js-confdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/mozjs-45/platform/x86_64/windows/build/js-confdefs.h b/src/third_party/mozjs-45/platform/x86_64/windows/build/js-confdefs.h index b4fe125cc32..888b75682f8 100644 --- a/src/third_party/mozjs-45/platform/x86_64/windows/build/js-confdefs.h +++ b/src/third_party/mozjs-45/platform/x86_64/windows/build/js-confdefs.h @@ -14,6 +14,8 @@ #define HAVE_HYPOT 1 #define HAVE_LOCALECONV 1 #define HAVE_LOCALECONV 1 +// Define HAVE_LOG2 manually until we regenerate the config as part of SERVER-25464. +#define HAVE_LOG2 1 #define HAVE_MALLOC_H 1 #define HAVE_SNPRINTF 1 #define HAVE__GETC_NOLOCK 1 |