commit | 5dd0c1b689ab5ff1d026760e217ea5bb45436d29 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Oct 29 18:57:00 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Mon Oct 29 18:57:33 2018 -0700 |
tree | 50c042b8b8d62505bd5d545a631317a50d0eadd5 | |
parent | a9915b76b4260b23cd14e30b41dd8985cc4ac1f8 [diff] |
build: set language to C++ Set the language in the build to C++. Change-Id: Ic6085698a700b720a99858dc9ad0d85e972fb1a2 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/configure.ac b/configure.ac index dcf3b5f..4683d40 100644 --- a/configure.ac +++ b/configure.ac
@@ -4,6 +4,7 @@ AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz]) AM_SILENT_RULES([yes]) +AC_LANG([C++]) # Checks for programs. AC_PROG_CXX