summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-26 18:43:07 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-16 12:17:21 +0100
commitf30c6e3cb84fb67b097e3fc84761078ede4c090e (patch)
tree03e5c0641e12c8e20fc61711755a0af7619fa5fe
parent66e75a56da3ef41eae076104e149687f704d7a7c (diff)
downloadtelepathy-mission-control-f30c6e3cb84fb67b097e3fc84761078ede4c090e.tar.gz
configure.ac: remove alleged AM_CFLAGS that were never actually used for anything
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 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