diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-03 04:41:51 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-03 04:41:51 +0000 |
commit | 4ff8025f6d0c9ef14e500d123613ccee45c8c23e (patch) | |
tree | 10a963620d5c445d74c25e11ca21730dfe21b90d /configure.ac | |
parent | 4c738dba961b3eae69e466a0bfcd8e6e3e539675 (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 a26671d..5be6759 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,7 @@ PKG_CHECK_MODULES(XV, x11 xext xextproto videoproto) AC_SUBST(XV_CFLAGS) AC_SUBST(XV_LIBS) +XORG_CHECK_MALLOC_ZERO XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION |