Skip to content
Snippets Groups Projects
Commit e63fde54 authored by Oliver Sander's avatar Oliver Sander
Browse files

Remove the test for malloc(0).

Patch by Markus Blatt.

See FS 979

[[Imported from SVN: r6947]]
parent 6f446ff0
No related branches found
No related tags found
No related merge requests found
......@@ -60,9 +60,6 @@ AC_DEFUN([DUNE_COMMON_CHECKS],
AC_REQUIRE([AC_STRUCT_TM])
dnl check for library functions
AC_REQUIRE([AC_FUNC_MALLOC])
# 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