summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-03 04:41:50 +0000
committerKevin E Martin <kem@kem.org>2005-12-03 04:41:50 +0000
commit127ec4993118efe56caef761febef86eae2b7300 (patch)
treeedcb466fb67c912a5b443139f042eefde19d5cdf /configure.ac
parent89f4aca8d76806edf51d4999223011cbff1c3f55 (diff)
Add check and cflags for malloc(0) returning NULL.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1903a98..823abfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,6 +57,7 @@ PKG_CHECK_MODULES(RANDR, randrproto >= $RANDR_VERSION xext xextproto xrender ren
AC_SUBST(RANDR_CFLAGS)
AC_SUBST(RANDR_LIBS)
+XORG_CHECK_MALLOC_ZERO
XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
@@ -64,4 +65,3 @@ AC_OUTPUT([Makefile
src/Makefile
man/Makefile
xrandr.pc])
-