summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@mongodb.com>2016-06-08 17:41:44 -0400
committerKeith Bostic <keith.bostic@mongodb.com>2016-06-08 17:41:44 -0400
commitb2ea0663f767604dc4fd409aa9fcd1ef90268b11 (patch)
tree486a0eae028b6e012d2f6333896f3299b719e531
parent422a9ef67701c4a9095d6375224e08da2873b9bf (diff)
downloadmongo-b2ea0663f767604dc4fd409aa9fcd1ef90268b11.tar.gz
WT-2682 add option to configure WiredTiger with strict compiler flags (#2792)
Fix for AWS, compiler reports: "cc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-9)"
-rw-r--r--build_posix/configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_posix/configure.ac.in b/build_posix/configure.ac.in
index 64d8a3f6d52..bbc6cf89d91 100644
--- a/build_posix/configure.ac.in
+++ b/build_posix/configure.ac.in
@@ -39,7 +39,7 @@ if test "$wt_cv_enable_strict" = "yes"; then
case "$wt_cv_cc_version" in
*clang*)
AM_CLANG_WARNINGS;;
- *gcc*)
+ *gcc*|*GCC*)
AM_GCC_WARNINGS;;
*)
AC_MSG_ERROR(