From 98c7bfc12852370c03370d5cba088474aa166254 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Mon, 29 Oct 2018 18:43:35 -0700 Subject: build: set language to C++ Set the language in the build to C++. Change-Id: Ib1d19c2c05676d7f4bc2095c8492560e8c77f068 Signed-off-by: Patrick Venture --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c5cd6e7..40be188 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,7 @@ AC_INIT([phosphor-host-ipmid], [1.0], [https://github.com/openbmc/phosphor-host- 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 -- cgit v1.2.1