]> granicus.if.org Git - curl/commit
strerror_r() detection changes:
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Mar 2004 12:15:00 +0000 (12:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Mar 2004 12:15:00 +0000 (12:15 +0000)
commit7461592a16f4a048b1a61536c33ddb32be02db7c
tree2281d0a3f9b5455d31bc61d6d4f030af0e4ee154
parent50b0e72f7b07f1d3b75123b809418023216114a1
strerror_r() detection changes:
1. Try with _THREAD_SAFE instead of _REENTRANT, as AIX seems to require it
   and if _REENTRANT is required we should already have it set since one of
   the previous tests.
2. Added API-detection for what kind of strerror_r() that is provided. The
   POSIX style or the glibc style.

Tor Arntsen provided the necessary feedback these changes are based upon.
acinclude.m4