From d2e23fbe319b38bac7df8416ae529b2ae4c71e2e Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 1 Aug 2004 23:32:21 +0000 Subject: -fno-strict-aliasing. --- configure.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index a42a242..cdc89b2 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. # -# $Id: configure.in,v 1.34 2004/07/30 12:01:21 jao Exp $ +# $Id: configure.in,v 1.35 2004/08/01 23:32:21 jao Exp $ # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -24,6 +24,10 @@ AC_HEADER_STDC AM_PROG_LEX AC_PROG_RANLIB +dnl additional c flags +CFLAGS="$CFLAGS -fno-strict-aliasing" +AC_SUBST(CFLAGS) + dnl i18n stuff AM_GNU_GETTEXT_VERSION(0.11.5) AM_GNU_GETTEXT -- cgit v1.2.3