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 | 914624d1fb3924c76e5dc358bb43b4dff800280c (patch) | |
tree | 768d3714fa87d4dc1e2932e11b8ebf18f6a43db3 /configure.ac | |
parent | 0f0572fd4b9de8747741ff81d668edfe23db0e15 (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 7eec63c..97c68f0 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,7 @@ AC_PROG_LIBTOOL # Checks for pkg-config packages PKG_CHECK_MODULES(XXF86VM, xproto x11 xextproto xext xf86vidmodeproto) +XORG_CHECK_MALLOC_ZERO XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION |