configure.ac: Don't search for c++ compiler

There is no C++ code to be compiled in the repository.

Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Patrick Georgi
2014-10-02 10:16:24 +02:00
committed by Stephen Warren
parent 62a83faac0
commit 11eeab462a

View File

@@ -8,7 +8,6 @@ AC_CONFIG_SRCDIR([src/cbootimage.c])
AC_CONFIG_HEADERS([config.h])
# Checks for programs.
AC_PROG_CXX
AC_PROG_CC
AM_PROG_CC_C_O
PKG_PROG_PKG_CONFIG