From 79097c53697652b5869d4a403215fe765007a007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 22 Aug 2014 17:46:57 +0200 Subject: [PATCH] replaced AC_PROG_CXX by AC_PROG_CC in configure.ac - we do not use c++ --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 67d83d9..4a37ede 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign]) # an autogenerated template, and a second one that will be installed alongside # the library. AC_CONFIG_HEADERS([config.h]) -AC_PROG_CXX +AC_PROG_CC m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) #LT_INIT([disable-static]) LT_INIT