2006-08-04 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Thu, 03 Aug 2006 22:13:02 +0000
changeset 165 2d444f54329a
parent 162 16d29898f97b
child 166 2e6fae54b2fb
2006-08-04 Mikael Hallendal <micke@imendio.com> * acinclude.m4: - Fix a auto* warning. - Fixes LM-46.
ChangeLog
acinclude.m4
--- a/ChangeLog	Thu Aug 03 22:09:08 2006 +0000
+++ b/ChangeLog	Thu Aug 03 22:13:02 2006 +0000
@@ -1,7 +1,15 @@
+2006-08-04  Mikael Hallendal  <micke@imendio.com>
+
+	* acinclude.m4: 
+	- Fix a auto* warning.
+	- Fixes LM-46.
+
 2006-08-03  Richard Hult  <richard@imendio.com>
 
-	* loudmouth/lm-sha.c: Make the sha functions static so they are
-	not exposed to apps/libraries using loudmout.
+	* loudmouth/lm-sha.c: 
+	- Make the sha functions static so they are not exposed to 
+	  apps/libraries using loudmout.
+	- Fixes LM-47.
 
 2006-08-01  Mikael Hallendal  <micke@imendio.com>
 
--- a/acinclude.m4	Thu Aug 03 22:09:08 2006 +0000
+++ b/acinclude.m4	Thu Aug 03 22:13:02 2006 +0000
@@ -196,7 +196,7 @@
 ]]])
 dnl Test for libgnutls, and define LIBGNUTLS_CFLAGS and LIBGNUTLS_LIBS
 dnl
-AC_DEFUN(AM_PATH_LM_LIBGNUTLS,
+AC_DEFUN([AM_PATH_LM_LIBGNUTLS],
 [dnl
 dnl Get the cflags and libraries from the libgnutls-config script
 dnl