summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-29 18:59:37 -0700
committerPatrick Venture <venture@google.com>2018-10-29 19:00:39 -0700
commit5902d5f99c1c2028fdc41cdb38b25f0e11d2e3d7 (patch)
treefc629c0991ef2062b46c1bcdf883c8ae17d91ac3 /configure.ac
parent94df8c9015798764d40665bb363bdbf27510f285 (diff)
downloadopenpower-occ-control-5902d5f99c1c2028fdc41cdb38b25f0e11d2e3d7.tar.gz
openpower-occ-control-5902d5f99c1c2028fdc41cdb38b25f0e11d2e3d7.zip
build: set language to C++
Set the language in the build to C++. Change-Id: Ib580d7470be92b198e2ad98ca4b7672aa5a3d26e Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud