From: Andreas Schwab Date: Fri, 22 Aug 2008 16:40:23 +0000 (+0200) Subject: gl_FUNC_OBSTACK_PRINTF_POSIX: fix typo X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da4932e211e64f050a2465ad5c237890b8bdbfe4;p=pspp gl_FUNC_OBSTACK_PRINTF_POSIX: fix typo Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index e970bb8461..1071a1c6c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-22 Andreas Schwab + + * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): + Remove spurious space in assignment. + 2008-08-21 Simon Josefsson * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC. Reported by diff --git a/m4/obstack-printf-posix.m4 b/m4/obstack-printf-posix.m4 index 5fa740f5ad..8768e67467 100644 --- a/m4/obstack-printf-posix.m4 +++ b/m4/obstack-printf-posix.m4 @@ -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 ;;