diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-03 04:41:49 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-03 04:41:49 +0000 |
commit | f8652da907e902e4ee0b682851e2918a363f0d3d (patch) | |
tree | fd1e0ba982479fd4c7c1b5fd45e3cedea0bdf96d /configure.ac | |
parent | 5401f8a75cdc9ef218acda9a25f440ff136d2543 (diff) |
Add check and cflags for malloc(0) returning NULL.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ca63a84..a0f2b2d 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,7 @@ PKG_CHECK_MODULES(XI, xproto x11 xextproto xext inputproto) AC_SUBST(XI_CFLAGS) AC_SUBST(XI_LIBS) +XORG_CHECK_MALLOC_ZERO XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION |