[llvm-commits] [PATCH 3/5] autoconf: Seek strerror_s() with AC_CHECK_DECLS.

NAKAMURA Takumi geek4civic at gmail.com
Mon Feb 7 21:27:54 PST 2011


AC_CHECK_FUNCS seeks a symbol only in libs. We should check decl in string.h.
With recent Mingw, *_s() stuff would be enabled by MINGW_HAS_SECURE_API.
---
 autoconf/configure.ac |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-autoconf-Seek-strerror_s-with-AC_CHECK_DECLS.patch.txt
Type: text/x-patch
Size: 959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110208/a2428ec4/attachment.bin>


More information about the llvm-commits mailing list