gl_FUNC_OBSTACK_PRINTF_POSIX: fix typo
authorAndreas Schwab <schwab@suse.de>
Fri, 22 Aug 2008 16:40:23 +0000 (18:40 +0200)
committerEric Blake <ebb9@byu.net>
Fri, 22 Aug 2008 19:37:22 +0000 (13:37 -0600)
Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
m4/obstack-printf-posix.m4

index e970bb84619fe928b75c4c75952309a7a09401f7..1071a1c6c1b61e3f2076928aa52fb357299eb350 100644 (file)
--- 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
index 5fa740f5adb64b64b959c9f1b7015d0ec009901e..8768e674672d6b9b083ee44a5a7be95114ee7950 100644 (file)
@@ -53,7 +53,7 @@ AC_DEFUN([gl_FUNC_OBSTACK_PRINTF_POSIX],
                                                       *yes)
                                                         # obstack_printf exists and is
                                                         # already POSIX compliant.
-                                                        gl_cv_func_obstack_printf_posix= yes
+                                                        gl_cv_func_obstack_printf_posix=yes
                                                         ;;
                                                     esac
                                                     ;;