[longomatch] Fix C# define for linux



commit 57d8c4672fe6cc802eb0a169043626a146fa92ca
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Oct 12 18:39:08 2013 +0200

    Fix C# define for linux

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ded3b67..ba90196 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,7 +103,7 @@ case "$host" in
     ;;
   *-*-linux*)
     AC_DEFINE(OSTYPE_LINUX)
-    GMCS_FLAGS="$GMCS_FLAGS -define:OSTYPE_OS_LINUX"
+    GMCS_FLAGS="$GMCS_FLAGS -define:OSTYPE_LINUX"
     ostype=Linux
     ;;
 esac


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