From cfb23bb8db2aa69486775b957693f9f48d24598e Mon Sep 17 00:00:00 2001 From: David Reiss Date: Wed, 2 Apr 2008 22:09:03 +0000 Subject: [PATCH] C# Makefile: New versions of Mono don't require -langversion:linq. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665628 13f79535-47bb-0310-9956-ffa450edef68 --- lib/csharp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index c06f50cd..d96bef0e 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am @@ -26,7 +26,7 @@ THRIFTCODE= \ src/TApplicationException.cs -CSC=gmcs -langversion:linq +CSC=gmcs all-local: Thrift.dll -- 2.17.1