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 | 68f34d7d3b1564d967f77127b68af6c3de26578b (patch) | |
tree | 5176d398625d1752b4e00a4974ffbae32a90a70d /configure.ac | |
parent | b679a08c793780c08a21af602e4e814cc24b1a93 (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 e917e30..8374350 100644 --- a/configure.ac +++ b/configure.ac @@ -38,6 +38,7 @@ PKG_CHECK_MODULES(XVMC, x11 xext xv xextproto videoproto) AC_SUBST(XVMC_CFLAGS) AC_SUBST(XVMC_LIBS) +XORG_CHECK_MALLOC_ZERO XORG_RELEASE_VERSION AC_OUTPUT([Makefile |