diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-06-27 18:42:25 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-06-28 13:14:52 +0200 |
commit | 2a5952765956192359a0f0b8506c5ec266a6d387 (patch) | |
tree | 7dd35aa03c29cf68c1b3ce7d79b2adabc265a133 /configure.in | |
parent | 0f018a732469b5cf4a6791886c95400fecca690a (diff) | |
download | strongswan-2a5952765956192359a0f0b8506c5ec266a6d387.tar.bz2 strongswan-2a5952765956192359a0f0b8506c5ec266a6d387.tar.xz |
Thread-safe wrapper around strerror(3)/strerror_r(3) added
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 7c2342c3e..363a584c1 100644 --- a/configure.in +++ b/configure.in @@ -301,6 +301,7 @@ dnl =========================================== AC_HEADER_STDBOOL AC_FUNC_ALLOCA +AC_FUNC_STRERROR_R dnl libraries needed on some platforms but not on others dnl ==================================================== |