From 11eeab462ad4b14f3bab5e510f4a2412ea45cb44 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 2 Oct 2014 10:16:24 +0200 Subject: configure.ac: Don't search for c++ compiler There is no C++ code to be compiled in the repository. Signed-off-by: Patrick Georgi Signed-off-by: Stephen Warren --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index cc3999e..c720f93 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.2.1