diff options
author | Jason Molenda <crash@cygnus> | 1995-11-05 08:15:15 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1995-11-05 08:15:15 +0000 |
commit | 89097c5bc502d2dcdc9eec606f54600ee0abca93 (patch) | |
tree | 1722e9efef8e2dbaf6e4be27fb3d84de45ab7036 /mmalloc/configure.in | |
parent | 96457d7f4d452f9c47e84eafaec8aadadf5eb608 (diff) | |
download | gdb-89097c5bc502d2dcdc9eec606f54600ee0abca93.zip gdb-89097c5bc502d2dcdc9eec606f54600ee0abca93.tar.gz gdb-89097c5bc502d2dcdc9eec606f54600ee0abca93.tar.bz2 |
* configure.in: add check for stddef.h
* mmalloc.h: include stddef.h if HAVE_STDDEF_H is defined.
Diffstat (limited to 'mmalloc/configure.in')
-rw-r--r-- | mmalloc/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mmalloc/configure.in b/mmalloc/configure.in index e7b9a4b..0c07e67 100644 --- a/mmalloc/configure.in +++ b/mmalloc/configure.in @@ -9,5 +9,6 @@ AC_PROG_RANLIB AC_FUNC_MMAP AC_HEADER_STDC +AC_CHECK_HEADER(stddef.h) AC_OUTPUT(Makefile) |