changeset 10350:3da3203f4774

gl_FUNC_OBSTACK_PRINTF_POSIX: fix typo Signed-off-by: Eric Blake <ebb9@byu.net>
author Andreas Schwab <schwab@suse.de>
date Fri, 22 Aug 2008 18:40:23 +0200
parents ecd6a95c8b40
children 9cb973331b93
files ChangeLog m4/obstack-printf-posix.m4
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-22  Andreas Schwab  <schwab@suse.de>
+
+	* m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
+	Remove spurious space in assignment.
+
 2008-08-21  Simon Josefsson  <simon@josefsson.org>
 
 	* m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
--- a/m4/obstack-printf-posix.m4
+++ b/m4/obstack-printf-posix.m4
@@ -53,7 +53,7 @@
                                                       *yes)
                                                         # obstack_printf exists and is
                                                         # already POSIX compliant.
-                                                        gl_cv_func_obstack_printf_posix= yes
+                                                        gl_cv_func_obstack_printf_posix=yes
                                                         ;;
                                                     esac
                                                     ;;