]> granicus.if.org Git - curl/commitdiff
removed the AC_TRY_RUN complaints
authorDaniel Stenberg <daniel@haxx.se>
Thu, 24 Aug 2000 13:05:24 +0000 (13:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 24 Aug 2000 13:05:24 +0000 (13:05 +0000)
configure.in

index 67d41af02c508c23264bcea261ccb2c20577ed8c..18d9e3f860f954d3295fddc1e61668586dc6696a 100644 (file)
@@ -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  )
-
-
-