Merge branch 'no-cxx' into 'master'
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> See merge request !8
This commit is contained in:
commit
9fda3da0ad
@ -13,7 +13,6 @@ AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
# Checks for programs.
|
||||
AC_USE_SYSTEM_EXTENSIONS(_GNU_SOURCE)
|
||||
AC_PROG_CXX
|
||||
AC_PROG_AWK
|
||||
AC_PROG_CC
|
||||
AC_PROG_CC_STDC
|
||||
|
Loading…
Reference in New Issue
Block a user