diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-03 04:41:52 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-03 04:41:52 +0000 |
commit | 074fde5f1862e7ca6e18ac198baf7ec3359a2fa5 (patch) | |
tree | 1d7246a27b76c861e720a273a35690ea60c188a0 /configure.ac | |
parent | 2f295bd0ca857cc50b98170a91a98d94c6c1fab7 (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 0568bfe..1362217 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,7 @@ PKG_CHECK_MODULES(DMX, x11 xext xextproto dmxproto) AC_SUBST(DMX_CFLAGS) AC_SUBST(DMX_LIBS) +XORG_CHECK_MALLOC_ZERO XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION |