commit | 98c7bfc12852370c03370d5cba088474aa166254 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Oct 29 18:43:35 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Oct 31 19:26:33 2018 +0000 |
tree | 326d3579009252a9b3ef84336f8bff788d77416c | |
parent | c49daa39c5a4b83d37e837e3f735090deaef7c62 [diff] |
build: set language to C++ Set the language in the build to C++. Change-Id: Ib1d19c2c05676d7f4bc2095c8492560e8c77f068 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/configure.ac b/configure.ac index c5cd6e7..40be188 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