diff options
| -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  | 
