summaryrefslogtreecommitdiff
path: root/m4/mbrtowc.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/mbrtowc.m4
parente853498c29f3099e1ad9421a4476d0f9e6084c23 (diff)
downloadgnulib-f66b53461406b5ae5cca7c188bd3cf23c82f14bf.tar.gz
Fix cross-compilation results.
Diffstat (limited to 'm4/mbrtowc.m4')
-rw-r--r--m4/mbrtowc.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/m4/mbrtowc.m4 b/m4/mbrtowc.m4
index b6276b279f..11d7d23e7e 100644
--- a/m4/mbrtowc.m4
+++ b/m4/mbrtowc.m4
@@ -1,4 +1,4 @@
-# mbrtowc.m4 serial 14
+# mbrtowc.m4 serial 15
dnl Copyright (C) 2001-2002, 2004-2005, 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,
@@ -127,7 +127,7 @@ int main ()
}],
[gl_cv_func_mbrtowc_incomplete_state=yes],
[gl_cv_func_mbrtowc_incomplete_state=no],
- [])
+ [:])
fi
])
])
@@ -178,7 +178,7 @@ int main ()
}],
[gl_cv_func_mbrtowc_sanitycheck=yes],
[gl_cv_func_mbrtowc_sanitycheck=no],
- [])
+ [:])
fi
])
])
@@ -225,7 +225,7 @@ int main ()
return 1;
}
return 0;
-}], [gl_cv_func_mbrtowc_null_arg=yes], [gl_cv_func_mbrtowc_null_arg=no], [])
+}], [gl_cv_func_mbrtowc_null_arg=yes], [gl_cv_func_mbrtowc_null_arg=no], [:])
fi
])
])
@@ -295,7 +295,7 @@ int main ()
}],
[gl_cv_func_mbrtowc_retval=yes],
[gl_cv_func_mbrtowc_retval=no],
- [])
+ [:])
fi
])
])
@@ -342,7 +342,7 @@ int main ()
}],
[gl_cv_func_mbrtowc_nul_retval=yes],
[gl_cv_func_mbrtowc_nul_retval=no],
- [])
+ [:])
fi
])
])