aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Anders Kaseorg <andersk@mit.edu>2019-06-12 17:25:45 -0700
committerGravatar Anders Kaseorg <andersk@mit.edu>2019-10-02 22:42:20 -0700
commite009ba4e7659ed0fa14e36935d43e0f7d137c9a8 (patch)
tree0c0e3cf82e701abeb3a049fa47430c4d2a1dd79b /scripts
parentb1da7005358b4a550e31faa646cf1cf116700412 (diff)
configure: Set language to C++ globally
As of commit dd941df19d92e4122aec035e03c5c7a63cd7459b, we no longer build any plain C, except within AM_PROG_AR. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/wrap-compiler-for-flag-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wrap-compiler-for-flag-check b/scripts/wrap-compiler-for-flag-check
index d2e9dd8..7d074d7 100755
--- a/scripts/wrap-compiler-for-flag-check
+++ b/scripts/wrap-compiler-for-flag-check
@@ -1,7 +1,7 @@
#!/bin/sh
# There is no way to make clang's "argument unused" warning fatal. So when
-# configure checks for supported flags, it runs $CC, $CXX, $LD via this
+# configure checks for supported flags, it runs $CXX and $LD via this
# wrapper.
#
# Ideally the search string would also include 'clang: ' but this output might