]> Savannah Git Hosting - gnulib.git/commit
Fix conflict between strerror_r-posix module and AC_FUNC_STRERROR_R.
authorBruno Haible <bruno@clisp.org>
Sun, 16 Oct 2016 15:45:52 +0000 (17:45 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 26 Oct 2016 11:58:25 +0000 (13:58 +0200)
commit888834f40d1bff6a4409aed98bba125348667f84
treedc20060feef55594c00f54e4c31fd7e73cacab50
parent469bfadfce6db8ca43067756b684535529891287
Fix conflict between strerror_r-posix module and AC_FUNC_STRERROR_R.

* m4/strerror_r.m4 (gl_FUNC_STRERROR_R): Override the values set by the
AC_FUNC_STRERROR_R macro. Define HAVE_DECL_STRERROR_R_ORIG.
* lib/strerror_r.c: Use HAVE_DECL_STRERROR_R_ORIG instead of
HAVE_DECL_STRERROR_R.
ChangeLog
lib/strerror_r.c
m4/strerror_r.m4