replaced AC_PROG_CXX by AC_PROG_CC in configure.ac - we do not use c++
This commit is contained in:
parent
d7933b1576
commit
dbe6944887
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue