mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[configure.ac] Compilation fix for autoconf2.70 and compilation with g++
This commit is contained in:
parent
bdc6e05410
commit
b8db1173c1
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user