[dates] Don't use strict C99 code
- From: Ross Burton <rburton src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [dates] Don't use strict C99 code
- Date: Wed, 29 Jul 2009 15:30:24 +0000 (UTC)
commit 5a5c567b3ef629df335dc90390690c618b636380
Author: Long Bu <long bu intel com>
Date: Wed Jul 29 16:27:48 2009 +0100
Don't use strict C99 code
Signed-off-by: Ross Burton <ross linux intel com>
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 5b3f588..f6fa9f4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@ AM_CPPFLAGS=-DPKGDATADIR=\"$(pkgdatadir)\" \
-DDATES_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DDATADIR=\""$(datadir)"\"
-AM_CFLAGS = -std=c99 -Wall $(DATES_CFLAGS)
+AM_CFLAGS = -Wall $(DATES_CFLAGS)
if USE_OWL
AM_CFLAGS += -DUSE_OWL=1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]