[goocanvasmm] Insert missing comma to separate M4 macro args



commit 94eaf0d227fe0f2af84861981595b39e19f1cd54
Author: Daniel Elstner <danielk openismus com>
Date:   Fri Sep 18 15:38:07 2009 +0200

    Insert missing comma to separate M4 macro args
    
    * configure.ac (GOOCANVASMM_WXXFLAGS): Insert missing comma to
    separate the fourth macro argument from the third.  This means
    the deprecation macros are now defined again in fatal warnings
    mode.

 ChangeLog    |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4e41881..798a14b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-09-18  Daniel Elstner  <danielk openismus com>
+
+	Insert missing comma to separate M4 macro args
+
+	* configure.ac (GOOCANVASMM_WXXFLAGS): Insert missing comma to
+	separate the fourth macro argument from the third.  This means
+	the deprecation macros are now defined again in fatal warnings
+	mode.
+
 2009-09-18  Murray Cumming  <murrayc murrayc com>
 
 	goocanvasmmconfig.h: Make this work.
diff --git a/configure.ac b/configure.ac
index 1726c3b..f933b9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ AC_LANG([C++])
 MM_ARG_ENABLE_WARNINGS([GOOCANVASMM_WXXFLAGS],
                        [-Wall],
                        [-pedantic -Wall -Wextra],
-                       [G GOOCANVASMM])
+                       [G ATK PANGO GDK GDK_PIXBUF GTK])
 
 AC_CONFIG_FILES([Makefile
                  codegen/Makefile



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