Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f428c236ba..2b04f947b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-23 Lluis Sanchez Gual <lluis@novell.com>
+
+ * configure.in: Make sure all files are built using utf8. Should
+ fix bug #80010.
+
2006-12-01 Jacob Ilsø Christensen <jacobilsoe@gmail.com>
* configure.in: Fixed $enable_subversion typo.
diff --git a/configure.in b/configure.in
index 2f6e3b325a..828efb66c4 100644
--- a/configure.in
+++ b/configure.in
@@ -309,7 +309,7 @@ AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
AM_GLIB_GNU_GETTEXT
-CSC_FLAGS=
+CSC_FLAGS=-codepage:utf8
AC_SUBST(LIB_SUFFIX)
AC_SUBST(LIB_PREFIX)