projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97c5de2
)
Fix typo in last commit.
author
Bruno Haible
<bruno@clisp.org>
Mon, 21 Apr 2008 23:19:07 +0000
(
01:19
+0200)
committer
Bruno Haible
<bruno@clisp.org>
Mon, 21 Apr 2008 23:19:07 +0000
(
01:19
+0200)
ChangeLog
patch
|
blob
|
history
m4/vsnprintf.m4
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 0fa1a4e19366ec9bd7929ff0f62f65689348d77d..e8e952595d8eeccb6dcfa3c54f03f671ce0da1eb 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2008-04-21 Bruno Haible <bruno@clisp.org>
+
+ * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
+ Patch by Alain Guibert.
+
2008-04-21 Bruno Haible <bruno@clisp.org>
Fix test failures on mingw.
diff --git
a/m4/vsnprintf.m4
b/m4/vsnprintf.m4
index 139176f34bae79f8a543180785e6082a75c5c02f..3b37d460b33eb069c3709b8ae6809eb816e3a53d 100644
(file)
--- a/
m4/vsnprintf.m4
+++ b/
m4/vsnprintf.m4
@@
-17,7
+17,7
@@
AC_DEFUN([gl_FUNC_VSNPRINTF],
;;
esac
fi
- if test $gl_cv_func_snprintf_usable = no; then
+ if test $gl_cv_func_
v
snprintf_usable = no; then
gl_REPLACE_VSNPRINTF
fi
AC_CHECK_DECLS_ONCE([vsnprintf])