Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (bc6b1eb74f7b44fa9c505c3e9c778f2e1a99ca41)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mathieu Lonjaret <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (bc6b1eb74f7b44fa9c505c3e9c778f2e1a99ca41)
  • Date: Thu, 18 Oct 2007 05:42:02 -0500

GIT changes to master grimoire by Mathieu Lonjaret <lejatorn AT sourcemage.org>:

libs/xmlrpc-c/BUILD | 2 +-
libs/xmlrpc-c/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 8ef7e98260fcc499694d736692b4da2a10b6ba18
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

xmlrpc-c: bogus configure for unicode

diff --git a/libs/xmlrpc-c/BUILD b/libs/xmlrpc-c/BUILD
index 567421c..96114b2 100755
--- a/libs/xmlrpc-c/BUILD
+++ b/libs/xmlrpc-c/BUILD
@@ -20,7 +20,7 @@ then
fi &&
if [ "$BUNICODE" == "n" ];
then
- MYCONF="$MYCONF --disable-cplusplus " &&
+ MYCONF="$MYCONF --disable-unicode " &&
message "${MESSAGE_COLOR}Disabled unicode support build${DEFAULT_COLOR}"
fi &&
if [ "$ABFORK" == "y" ];
diff --git a/libs/xmlrpc-c/HISTORY b/libs/xmlrpc-c/HISTORY
index 643e1e1..2db5aae 100644
--- a/libs/xmlrpc-c/HISTORY
+++ b/libs/xmlrpc-c/HISTORY
@@ -1,3 +1,6 @@
+2007-10-18 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * BUILD: bogus configure for unicode
+
2007-01-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: use $SOURCEFORGE_URL instead of hardcoded broken value




  • [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (bc6b1eb74f7b44fa9c505c3e9c778f2e1a99ca41), Mathieu Lonjaret, 10/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page