Fixes warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS --- configure.ac | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac index 842c00d9..95ae9e79 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,8 @@ AC_CHECK_PROG(ACLOCAL,[aclocal],[aclocal],[config/missing aclocal]) AC_CHECK_PROG(AUTOCONF,[autoconf],[autoconf],[config/missing autoconf]) AC_CHECK_PROG(AUTOHEADER,[autoheader],[autoheader],[config/missing autoheader]) +AC_USE_SYSTEM_EXTENSIONS + MAKE= for make in gnumake gmake make false; do -- 2.13.6 -- http://lists.linuxfromscratch.org/listinfo/elinks-dev Unsubscribe: See the above information page