configure.ac: remove XORG_CHECK_MALLOC_ZERO

We don't use its result.

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2012-09-21 19:48:33 +03:00 committed by Daniel Stone
parent 31c7427209
commit 414007ca67
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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