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

malloc.h is nowhere needed and breaks MacOS-X (which prefers to use
malloc/malloc.h).
parent bb8fb7ec
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ AC_SUBST([GNUCOMPAT_INCLUDE_PATH])
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([malloc.h unistd.h X11/Xlib.h X11/Xutil.h],,
AC_CHECK_HEADERS([unistd.h X11/Xlib.h X11/Xutil.h],,
[AC_MSG_ERROR([Exiting...])])
AC_CHECK_HEADERS([rpc/xdr.h],,[AC_MSG_ERROR([Exiting...])])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment