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 | d2e23fbe319b38bac7df8416ae529b2ae4c71e2e (patch) | |
tree | be7cd67b64ead4dcda3318a45a8b78bf04d0a16d | |
parent | 99e0f5a0aa06befc7dd0bb2d7693eed200ac612e (diff) | |
download | mdk-d2e23fbe319b38bac7df8416ae529b2ae4c71e2e.tar.gz mdk-d2e23fbe319b38bac7df8416ae529b2ae4c71e2e.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 |