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 e970bb8..1071a1c 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 5fa740f..8768e67 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
                                                     ;;