configure.ac: do not check for C++ compiler
We do not have any C++ code, so there is no point in checking for C++ tools in the configure script. Signed-off-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
parent
0ee090ae16
commit
049e206689
@ -13,7 +13,6 @@ AC_CONFIG_HEADERS([config.h])
|
|||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AC_USE_SYSTEM_EXTENSIONS(_GNU_SOURCE)
|
AC_USE_SYSTEM_EXTENSIONS(_GNU_SOURCE)
|
||||||
AC_PROG_CXX
|
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CC_STDC
|
AC_PROG_CC_STDC
|
||||||
|
Loading…
Reference in New Issue
Block a user