summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2007-04-12 15:31:24 +0000
committerMark Wielaard <mark@klomp.org>2007-04-12 15:31:24 +0000
commit925765e1d88079a0458ac1f428ffa6494bb58a76 (patch)
treed88537b6e87c32d4a36e81db3445c316233f8184 /configure.ac
parentedc1e0f9e323256c6171eedeaad932f77be2ea07 (diff)
downloadclasspath-925765e1d88079a0458ac1f428ffa6494bb58a76.tar.gz
2007-04-12 Christian Thalinger <twisti@complang.tuwien.ac.at>
* LICENSE: Added m4/ax_func_which_gethostbyname_r.m4 license. * configure.ac: Added AX_FUNC_WHICH_GETHOSTBYNAME_R check. * m4/ax_func_which_gethostbyname_r.m4: New file. * native/jni/native-lib/cpnet.c (cpnet_getHostByName): Check for different number of arguments of gethostbyname_r.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 48d843b02..b2b8294de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -420,6 +420,7 @@ if test "x${COMPILE_JNI}" = xyes; then
AC_C_CONST
AC_C_ATTRIBUTE
+ AX_FUNC_WHICH_GETHOSTBYNAME_R
dnl See if we HAVE_ICONV, how ICONV_CONST is set and LTLIBICONV
AM_ICONV