changeset 3135:d1e5f7ca0f20 HEAD

-gnu99 was set again after it was optionally set..
author Timo Sirainen <tss@iki.fi>
date Tue, 01 Feb 2005 20:14:17 +0200
parents ac9793c61f29
children bf8bc07e546e
files configure.in
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Jan 31 21:43:20 2005 +0200
+++ b/configure.in	Tue Feb 01 20:14:17 2005 +0200
@@ -1,4 +1,4 @@
-AC_INIT(dovecot, 1.0-test60, [dovecot@dovecot.org])
+AC_INIT(dovecot, 1.0-test62, [dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AC_CONFIG_HEADERS([config.h])
@@ -243,10 +243,6 @@
 	], [
 	  CFLAGS="$old_cflags"
 	])
-
-	# say specifically that we want C99 features.
-	# we can make use of GNU features as well, so don't use -std=c99.
-	CFLAGS="$CFLAGS -std=gnu99"
 fi
 
 dnl **