summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-29 19:02:29 -0700
committerPatrick Venture <venture@google.com>2018-10-29 19:03:24 -0700
commit6c830e9dfa89a6fce124762d1f162e7efc5291dd (patch)
tree8790dee7e814feacf3736bd98b976fbd70aed516
parent6e3c2b7a75462d2708a3b526bd9896259c65c57d (diff)
downloadopenpower-vpd-parser-6c830e9dfa89a6fce124762d1f162e7efc5291dd.tar.gz
openpower-vpd-parser-6c830e9dfa89a6fce124762d1f162e7efc5291dd.zip
build: set language to C++
Set the language in the build to C++. Change-Id: Id95ca63533ea6536f4dfd5b5b2f0be7634482948 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 3e29f20..66ee856 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@ AC_INIT([openpower-vpd-parser], [1.0], [https://github.com/openbmc/openpower-vpd
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