[gtkmm-documentation] Insert missing comma in Autoconf macro call



commit ba4a1cdff0e43ee9ef39e6781a4c7413b4e6d1fe
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Wed Sep 16 22:09:24 2009 +0200

    Insert missing comma in Autoconf macro call
    
    * configure.ac (EXAMPLES_WXXFLAGS): Insert missing comma to separate
    the arguments passed to the MM_ARG_ENABLE_WARNINGS() macro.

 ChangeLog    |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f719bc5..b905603 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-09-16  Daniel Elstner  <daniel kitta gmail com>
+
+	Insert missing comma in Autoconf macro call
+
+	* configure.ac (EXAMPLES_WXXFLAGS): Insert missing comma to separate
+	the arguments passed to the MM_ARG_ENABLE_WARNINGS() macro.
+
 2009-09-15  Daniel Elstner  <danielk openismus com>
 
 	Bump version to 2.17.3 and update news
diff --git a/configure.ac b/configure.ac
index 95629ab..7868b7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_CHECK_FUNCS([mkfifo])
 
 MM_ARG_ENABLE_WARNINGS([EXAMPLES_WXXFLAGS],
                        [-Wall],
-                       [-pedantic -Wall -Wextra]
+                       [-pedantic -Wall -Wextra],
                        [G PANGO ATK GDK GDK_PIXBUF GTK])
 
 GNOME_DOC_INIT([0.9.0],,



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