[evolution-kolab/gnome-2-30] configure.ac: relaxed from ISO C90 to ISO C99



commit d34773b0a30fe3b80caa8695eef1277418fb5155
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Thu Nov 17 13:21:24 2011 +0100

    configure.ac: relaxed from ISO C90 to ISO C99
    
    * IMAPX is at GNU C99 (need to check again with 3.x IMAPX
      whether we can restrict to ISO C99)
    * rest is at ISO C99 (need 'long long' for SQLite, support
      for longer strings etc.)

 configure.ac                          |    2 +-
 src/camel/providers/imapx/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b187f88..94f1e8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,7 @@ AC_SUBST(KOLAB_INCLUDE_EKOLABCONV)
 CFLAGS="$CFLAGS $LARGEFILE_CFLAGS"
 AC_SUBST(CFLAGS)
 
-ADD_CFLAGS="-ansi -pedantic -Wall -Wextra -Wcast-align -Wredundant-decls -Wconversion -Wbad-function-cast -Wundef -Wfloat-equal -Wswitch-default -Wmissing-include-dirs -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith"
+ADD_CFLAGS="-std=c99 -pedantic -Wall -Wextra -Wcast-align -Wredundant-decls -Wconversion -Wbad-function-cast -Wundef -Wfloat-equal -Wswitch-default -Wmissing-include-dirs -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith"
 AC_SUBST(ADD_CFLAGS)
 
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
diff --git a/src/camel/providers/imapx/Makefile.am b/src/camel/providers/imapx/Makefile.am
index 1c3aa70..351d121 100644
--- a/src/camel/providers/imapx/Makefile.am
+++ b/src/camel/providers/imapx/Makefile.am
@@ -18,7 +18,7 @@ libcamelimapx_la_SOURCES =			\
 	camel-imapx-summary.c			\
 	camel-imapx-store.c			\
 	camel-imapx-folder.c			\
-	camel-imapx-server.c                   \
+	camel-imapx-server.c                    \
 	camel-imapx-metadata.c                   
 
 libcamelimapx_la_CFLAGS = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]