replaced AC_PROG_CXX by AC_PROG_CC in configure.ac - we do not use c++
This commit is contained in:
parent
4a33c2f65c
commit
79097c5369
|
@ -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
|
# an autogenerated template, and a second one that will be installed alongside
|
||||||
# the library.
|
# the library.
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_PROG_CXX
|
AC_PROG_CC
|
||||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
||||||
#LT_INIT([disable-static])
|
#LT_INIT([disable-static])
|
||||||
LT_INIT
|
LT_INIT
|
||||||
|
|
Loading…
Reference in New Issue