From f30c6e3cb84fb67b097e3fc84761078ede4c090e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 26 May 2010 18:43:07 +0100 Subject: configure.ac: remove alleged AM_CFLAGS that were never actually used for anything --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index ab285877..2666c1dd 100644 --- a/configure.ac +++ b/configure.ac @@ -51,9 +51,6 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], unused-parameter]) AC_SUBST([ERROR_CFLAGS]) -AM_CFLAGS="$CFLAGS -fno-strict-aliasing -ansi -DDMALLOC $ERROR_CFLAGS" -AC_SUBST([AM_CFLAGS]) - XSLTPROC= AC_CHECK_PROGS([XSLTPROC], [xsltproc]) if test -z "$XSLTPROC"; then -- cgit v1.2.1