Skip to content
Snippets Groups Projects
Commit b80be833 authored by Christian Engwer's avatar Christian Engwer
Browse files

commented two tests out, because they aren't used currently and are

missing in autoconf < 2.55

[[Imported from SVN: r732]]
parent de0f2b31
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,8 @@ dnl checks for header files.
AC_CHECK_HEADERS([malloc.h string.h])
dnl checks for typedefs, structures, and compiler characteristics.
AC_REQUIRE([AC_HEADER_STDBOOL])
# doesn't work, but we don't need it currently
# AC_REQUIRE([AC_HEADER_STDBOOL])
AC_REQUIRE([AC_C_CONST])
AC_REQUIRE([AC_C_INLINE])
AC_REQUIRE([AC_TYPE_SIZE_T])
......@@ -31,7 +32,8 @@ dnl checks for typedefs, structures, and compiler characteristics.
dnl check for library functions
AC_REQUIRE([AC_FUNC_MALLOC])
AC_REQUIRE([AC_FUNC_REALLOC])
# doesn't work, but we don't need it currently
# AC_REQUIRE([AC_FUNC_REALLOC])
AC_LANG_PUSH([C++])
AC_CHECK_LIB([m], [pow])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment