diff options
author | Klement Sekera <ksekera@cisco.com> | 2017-06-12 06:49:33 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-09-19 20:06:08 +0000 |
commit | dc15be2ca7c51772b00e4c5548934a35aa7e4add (patch) | |
tree | ba4b707b73d21d3875264248a3affa93249816d3 /src/configure.ac | |
parent | 9d063047eb1a3738cb0fc9ebebb55793d155bb20 (diff) |
Add C++ API
Change-Id: Iff634f22d43470e2dc028387b3816257fd7b4156
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'src/configure.ac')
-rw-r--r-- | src/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.ac b/src/configure.ac index 2efb23ad690..f5ce3be250c 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -7,6 +7,7 @@ AC_CONFIG_FILES([Makefile plugins/Makefile vpp-api/python/Makefile vpp-api/java/ AC_CONFIG_MACRO_DIR([m4]) AC_PROG_CC +AC_PROG_CXX AM_PROG_AS AM_PROG_LIBTOOL AC_PROG_YACC |