summaryrefslogtreecommitdiff
path: root/src/third_party
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2016-08-05 17:29:08 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2016-08-05 17:29:08 -0400
commit30ca3621ae5ab06eb7a4f26a1db21f3d8c624fb1 (patch)
treeeac565448532025520f559a612f1695ed8b60179 /src/third_party
parent91e499934c04443d98f88f850a37f9e341382b4b (diff)
downloadmongo-30ca3621ae5ab06eb7a4f26a1db21f3d8c624fb1.tar.gz
SERVER-24152 Define HAVE_LOG2 on Windows.
This is a temporary workaround for a stale js-confdefs.h now that we've switched from VS2013 to VS2015.
Diffstat (limited to 'src/third_party')
-rw-r--r--src/third_party/mozjs-45/platform/x86_64/windows/build/js-confdefs.h2
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