commit | c20db847c75471964c746fb2ddf34dade2795824 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Oct 29 19:08:07 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Mon Oct 29 19:08:39 2018 -0700 |
tree | 7332f48adb4f2435eb4fc084caa3933125ce8635 | |
parent | 763b76daf0c1d95d33defbb3c12528a52b2dd780 [diff] |
build: set language to C++ Set the language in the build to C++. Change-Id: Ib429f64b57e29f1531d1daa89cebf252a3932249 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/configure.ac b/configure.ac index 00fd742..30d9b86 100755 --- a/configure.ac +++ b/configure.ac
@@ -5,7 +5,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