configure.ac: remove XORG_CHECK_MALLOC_ZERO We don't use its result. Signed-off-by: Ran Benita <ran234@gmail.com>
diff --git a/Makefile.am b/Makefile.am
index 3ccba90..19a0b73 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,9 +24,7 @@ AM_CPPFLAGS = \
-I$(top_builddir)/src/xkbcomp \
-include $(top_builddir)/src/config.h
-AM_CFLAGS = \
- $(BASE_CFLAGS) \
- $(XMALLOC_ZERO_CFLAGS)
+AM_CFLAGS = $(BASE_CFLAGS)
AM_LFLAGS = -o lex.yy.c
AM_YFLAGS = -d
diff --git a/configure.ac b/configure.ac
index e90513b..1c103a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,6 @@ m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
-XORG_CHECK_MALLOC_ZERO
# Check for compiler features
AC_C_INLINE