summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-29 18:30:08 -0700
committerPatrick Venture <venture@google.com>2018-10-30 08:28:31 -0700
commit8e19f5bc5c4a7c34775976133f01ec904660e75a (patch)
treec732f46a4a3b9b0a36ce0852c8c0c70998b1726f
parent84c416125b7daab7c528a1c9bcb70750bb29ca94 (diff)
downloadipmi-fru-parser-8e19f5bc5c4a7c34775976133f01ec904660e75a.tar.gz
ipmi-fru-parser-8e19f5bc5c4a7c34775976133f01ec904660e75a.zip
build: set language to C++
Set the language in the build to C++. Change-Id: Iaf56356269617c0546d2b42a225bf8732fe6356c Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ded5644..47d3a27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ AC_INIT([ipmi-fru-parser], [1.0], [https://github.com/openbmc/ipmi-fru-parser/is
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