diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-03 04:41:50 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-03 04:41:50 +0000 |
commit | d480f9dbd3e07b4e139f2a1422f803e6e6264854 (patch) | |
tree | b278c8e690631c01a17f68c32e166951bc46d9b4 /configure.ac | |
parent | 2a591fe7b3416d8609bd71cb068f9390105ffecf (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 341afea..4d17fb6 100644 --- a/configure.ac +++ b/configure.ac @@ -89,6 +89,7 @@ XORG_MANPAGE_SECTIONS # Check render configuration, strip extra digits from package version to # find the required protocol version +XORG_CHECK_MALLOC_ZERO XORG_RELEASE_VERSION AC_OUTPUT([Makefile |