summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-29 18:43:35 -0700
committerPatrick Venture <venture@google.com>2018-10-31 19:26:33 +0000
commit98c7bfc12852370c03370d5cba088474aa166254 (patch)
tree326d3579009252a9b3ef84336f8bff788d77416c /configure.ac
parentc49daa39c5a4b83d37e837e3f735090deaef7c62 (diff)
downloadphosphor-host-ipmid-98c7bfc12852370c03370d5cba088474aa166254.tar.gz
phosphor-host-ipmid-98c7bfc12852370c03370d5cba088474aa166254.zip
build: set language to C++
Set the language in the build to C++. Change-Id: Ib1d19c2c05676d7f4bc2095c8492560e8c77f068 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 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
OpenPOWER on IntegriCloud