aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-08-24 13:05:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-08-24 13:05:24 +0000
commitd4ffc5ef32df229c35d22213ed42890847b3db7b (patch)
tree47ec32f81300d4575923c8f1ae484154c74666a0 /configure.in
parent1b1f143cd65cb86138e3083790d89f959e3ecc87 (diff)
removed the AC_TRY_RUN complaints
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 67d41af02..18d9e3f86 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,9 @@ AC_PROG_CC
dnl Check for AIX weirdos
AC_AIX
+dnl check for how to do large files
AC_SYS_LARGEFILE
+
dnl The install stuff has already been taken care of by the automake stuff
dnl AC_PROG_INSTALL
AC_PROG_MAKE_SET
@@ -247,7 +249,11 @@ exit (rc != 0 ? 1 : 0); }],[
AC_DEFINE(HAVE_GETHOSTBYNAME_R_6)
ac_cv_gethostbyname_args=6],[
AC_MSG_RESULT(no)
- have_missing_r_funcs="$have_missing_r_funcs gethostbyname_r"])])])])])
+ have_missing_r_funcs="$have_missing_r_funcs gethostbyname_r"],
+ [ac_cv_gethostbyname_args=0])],
+ [ac_cv_gethostbyname_args=0])],
+ [ac_cv_gethostbyname_args=0])],
+ [ac_cv_gethostbyname_args=0])])
dnl check for number of arguments to gethostbyaddr_r. it might take
dnl either 5, 7, or 8 arguments.
@@ -470,6 +476,3 @@ dnl perl/checklinks.pl \
dnl perl/getlinks.pl \
dnl perl/formfind.pl \
dnl perl/recursiveftpget.pl )
-
-
-