summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/twitter-glib/twitter-glib/missingcomma.patch
blob: 212e0096c0185cd0f6f79ba561a8608236dcc9b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: git/configure.ac
===================================================================
--- git.orig/configure.ac	2010-02-02 00:12:36.409039458 +0000
+++ git/configure.ac	2010-02-02 00:12:52.027791491 +0000
@@ -141,7 +141,7 @@
               [],
               [enable_maintainer_flags=maintainer_flags_default])
 
-AS_IF([test "x$enable_maintainer_flags" = "xyes" && test "x$GCC" = "xyes"]
+AS_IF([test "x$enable_maintainer_flags" = "xyes" && test "x$GCC" = "xyes"],
       [TWITTER_MAINTAINER_CFLAGS="-Werror -Wall -Wshadow -Wcast-align -Wno-uninitialized -Wempty-body -Wformat-security -Winit-self"]
 )