summaryrefslogtreecommitdiff
path: root/m4/mbsrtowcs.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-23 03:35:20 +0200
committerBruno Haible <bruno@clisp.org>2009-04-23 03:36:20 +0200
commitf66b53461406b5ae5cca7c188bd3cf23c82f14bf (patch)
tree9aff01f849f2c46a1e9843af83aca68ffa140416 /m4/mbsrtowcs.m4
parente853498c29f3099e1ad9421a4476d0f9e6084c23 (diff)
downloadgnulib-f66b53461406b5ae5cca7c188bd3cf23c82f14bf.tar.gz
Fix cross-compilation results.
Diffstat (limited to 'm4/mbsrtowcs.m4')
-rw-r--r--m4/mbsrtowcs.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/mbsrtowcs.m4 b/m4/mbsrtowcs.m4
index 70e4a27951..55b87c170c 100644
--- a/m4/mbsrtowcs.m4
+++ b/m4/mbsrtowcs.m4
@@ -1,5 +1,5 @@
-# mbsrtowcs.m4 serial 4
-dnl Copyright (C) 2008 Free Software Foundation, Inc.
+# mbsrtowcs.m4 serial 5
+dnl Copyright (C) 2008-2009 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -110,7 +110,7 @@ int main ()
}],
[gl_cv_func_mbsrtowcs_works=yes],
[gl_cv_func_mbsrtowcs_works=no],
- [])
+ [:])
fi
])
])