1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-24 00:56:14 +00:00

[configure.ac] Compilation fix for autoconf2.70 and compilation with g++

This commit is contained in:
Witold Filipczyk 2021-01-16 10:58:18 +01:00
parent bdc6e05410
commit b8db1173c1

View File

@ -61,6 +61,9 @@ echo "Feature summary:" > features.log
AC_PROG_CC
AC_PROG_CXX
if test x"$CC" = x"$CXX"; then
AC_LANG(C++)
fi
AC_CHECK_TOOL([LD], [ld])
AC_PROG_AWK
AC_PATH_PROGS(AWK, "$AWK")