replaced AC_PROG_CXX by AC_PROG_CC in configure.ac - we do not use c++

This commit is contained in:
Tim Rühsen 2014-08-22 17:46:57 +02:00
parent 4a33c2f65c
commit 79097c5369
1 changed files with 1 additions and 1 deletions

View File

@ -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