[longomatch] Fix C# define for linux
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix C# define for linux
- Date: Sat, 12 Oct 2013 17:17:28 +0000 (UTC)
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]