diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-08-01 23:32:21 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-08-01 23:32:21 +0000 |
commit | f455d1e9d2102177325221959aafb1f00fbcf4cc (patch) | |
tree | 4a56d31fde8b87064b14f64f9b89909f485d599a | |
parent | cf8d469d2aaa70db95b4c93854d0c25db57e2023 (diff) | |
download | mdk-f455d1e9d2102177325221959aafb1f00fbcf4cc.tar.gz mdk-f455d1e9d2102177325221959aafb1f00fbcf4cc.tar.bz2 |
-fno-strict-aliasing.
-rw-r--r-- | configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
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 |