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 | bacedae4107065e7b6617f3218f21a7321d8474c (patch) | |
tree | dcef785c890b446b2a281006306770f2987c400b /configure.ac | |
parent | d1078682cc64b0a669c6180839efd8a137b90d13 (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 20f3f6b..d960497 100644 --- a/configure.ac +++ b/configure.ac @@ -38,6 +38,7 @@ PKG_CHECK_MODULES(XINERAMA, x11 xext xextproto xineramaproto) AC_SUBST(XINERAMA_CFLAGS) AC_SUBST(XINERAMA_LIBS) +XORG_CHECK_MALLOC_ZERO XORG_RELEASE_VERSION AC_OUTPUT([Makefile |