2003-08-04 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Mon, 04 Aug 2003 20:49:29 +0000
changeset 27 763a2b67fa10
parent 26 5dd8b6da1454
child 28 8784d9121214
2003-08-04 Mikael Hallendal <micke@imendio.com> * loudmouth/Makefile.am: Use -DRUNTIME_ENDIAN, fixes LM-8, bug #118502.
ChangeLog
loudmouth/Makefile.am
--- a/ChangeLog	Mon Aug 04 20:30:05 2003 +0000
+++ b/ChangeLog	Mon Aug 04 20:49:29 2003 +0000
@@ -1,3 +1,7 @@
+2003-08-04  Mikael Hallendal  <micke@imendio.com>
+
+	* loudmouth/Makefile.am: Use -DRUNTIME_ENDIAN, fixes LM-8, bug #118502.
+
 2003-08-04  Mikael Hallendal  <micke@imendio.com>
 
 	* loudmouth/lm-connection.c: 
--- a/loudmouth/Makefile.am	Mon Aug 04 20:30:05 2003 +0000
+++ b/loudmouth/Makefile.am	Mon Aug 04 20:49:29 2003 +0000
@@ -5,6 +5,7 @@
 	-I$(top_srcdir)			\
 	$(LOUDMOUTH_CFLAGS)		\
 	-DLM_COMPILATION		\
+	-DRUNTIME_ENDIAN                \
 	$(NULL)
 
 lib_LTLIBRARIES = libloudmouth.la