From 5902d5f99c1c2028fdc41cdb38b25f0e11d2e3d7 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Mon, 29 Oct 2018 18:59:37 -0700 Subject: build: set language to C++ Set the language in the build to C++. Change-Id: Ib580d7470be92b198e2ad98ca4b7672aa5a3d26e Signed-off-by: Patrick Venture --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 9becfe4..07521ba 100644 --- a/configure.ac +++ b/configure.ac @@ -3,6 +3,7 @@ AC_INIT([openpower-occ-control], [1.0], [https://github.com/openbmc/openpower-oc 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