From 414007ca671ba3307995c36222bf6b0cb47b41fa Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Fri, 21 Sep 2012 19:48:33 +0300 Subject: [PATCH] configure.ac: remove XORG_CHECK_MALLOC_ZERO We don't use its result. Signed-off-by: Ran Benita --- Makefile.am | 4 +--- configure.ac | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) 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 -- 2.7.4