[mono/monodevelop] 3012ba88: [CSharp.AutoTools] Fix build.

Mike Krüger ([email protected]) <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141e9d82af2-60db51aa-c572-48ba-900b-ecd294cd3cb3-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/monodevelop
  Compare: https://github.com/mono/monodevelop/compare/3aa458108161...3012ba887762

   Commit: 3012ba887762ba0111914bca1af4b79f587cdb54
   Author: Mike Krüger <[email protected]> (mkrueger)
     Date: 2013-10-24 09:39:52 GMT
      URL: https://github.com/mono/monodevelop/commit/3012ba887762ba0111914bca1af4b79f587cdb54

[CSharp.AutoTools] Fix build.

Changed paths:
  M main/src/addins/CSharpBinding/Autotools/CSharpAutotoolsSetup.cs

Modified: main/src/addins/CSharpBinding/Autotools/CSharpAutotoolsSetup.cs
===================================================================
@@ -75,11 +75,7 @@ public string GetCompilerFlags ( Project project, string configuration )
 				if (!hasDebugDefine)
 					writer.Write (" -define:DEBUG");
 			}
-			
-			if (!string.IsNullOrEmpty (parameters.AdditionalArguments)) {
-				writer.Write (" " + parameters.AdditionalArguments + " ");
-			}
-			
+
 			switch (parameters.LangVersion) {
 			case LangVersion.Default:
 				break;
_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.