added c++ configure test

This commit is contained in:
Olof hagsand 2020-07-01 22:36:06 +02:00
parent c049a397b0
commit eda4a58ebf
3 changed files with 307 additions and 0 deletions

View file

@ -101,6 +101,8 @@ AC_SUBST(wwwuser,www-data)
#
AC_PROG_CC()
AC_PROG_CPP
AC_PROG_CXX
CPPFLAGS="-DHAVE_CONFIG_H ${CPPFLAGS}"