summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Thalinger <twisti@complang.tuwien.ac.at>2007-04-12 14:58:37 +0000
committerChristian Thalinger <twisti@complang.tuwien.ac.at>2007-04-12 14:58:37 +0000
commit221dec5a0e640709a1099ea9a615a4a70f7c90b0 (patch)
treec41073abdcb8bf0d78aabb6b498f7b89b1053bab /configure.ac
parent9905dbe1dcf61b7356b4384d806c5bfb9bacc0d6 (diff)
downloadclasspath-221dec5a0e640709a1099ea9a615a4a70f7c90b0.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 80c3415d4..3ba0bde81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -421,6 +421,7 @@ if test "x${COMPILE_JNI}" = xyes; then
AC_C_CONST
AC_C_INLINE
AC_C_ATTRIBUTE
+ AX_FUNC_WHICH_GETHOSTBYNAME_R
dnl See if we HAVE_ICONV, how ICONV_CONST is set and LTLIBICONV
AM_ICONV