diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-07-09 17:49:18 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-07-09 17:52:01 +0200 |
commit | ee7b7de18f29e682b914422c85e55bed8ad71277 (patch) | |
tree | 377b7ab9283c07d2cd3037d1a756d5ebf276d938 /configure.in | |
parent | 7399119e58f613ec5d446bc9dffd9fed4335ac4e (diff) | |
download | strongswan-ee7b7de18f29e682b914422c85e55bed8ad71277.tar.bz2 strongswan-ee7b7de18f29e682b914422c85e55bed8ad71277.tar.xz |
getpwnam_r and getgrnam_r are not supported by the Android NDK
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9191b1b49..2b4c16740 100644 --- a/configure.in +++ b/configure.in @@ -392,7 +392,7 @@ AC_CHECK_FUNC( )] ) -AC_CHECK_FUNCS(prctl mallinfo getpass closefrom) +AC_CHECK_FUNCS(prctl mallinfo getpass closefrom getpwnam_r getgrnam_r) AC_CHECK_HEADERS(sys/sockio.h glob.h) AC_CHECK_HEADERS(net/pfkeyv2.h netipsec/ipsec.h netinet6/ipsec.h linux/udp.h) |