Skip to content
Snippets Groups Projects
Commit c43b6b96 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Malloc debugging. Finally something more sane than any predecessing
code ....... GNAH BLUMB GNAH.
parent dbe21af5
No related branches found
No related tags found
No related merge requests found
y
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59) AC_PREREQ(2.59)
...@@ -448,6 +448,7 @@ AC_HEADER_STDC ...@@ -448,6 +448,7 @@ AC_HEADER_STDC
AC_HEADER_STDBOOL AC_HEADER_STDBOOL
AC_CHECK_HEADERS([math.h stdlib.h unistd.h string.h rpc/types.h rpc/xdr.h],, AC_CHECK_HEADERS([math.h stdlib.h unistd.h string.h rpc/types.h rpc/xdr.h],,
[AC_MSG_ERROR([Sorry, these are needed..])]) [AC_MSG_ERROR([Sorry, these are needed..])])
AC_CHECK_HEADERS([malloc.h])
# #
# try to pull in some special features (but make sure to supply # try to pull in some special features (but make sure to supply
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment