aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure19
1 files changed, 6 insertions, 13 deletions
diff --git a/configure b/configure
index 66513212086..52bcb9d498a 100755
--- a/configure
+++ b/configure
@@ -16797,19 +16797,6 @@ esac
fi
-ac_fn_c_check_func "$LINENO" "getrusage" "ac_cv_func_getrusage"
-if test "x$ac_cv_func_getrusage" = xyes; then :
- $as_echo "#define HAVE_GETRUSAGE 1" >>confdefs.h
-
-else
- case " $LIBOBJS " in
- *" getrusage.$ac_objext "* ) ;;
- *) LIBOBJS="$LIBOBJS getrusage.$ac_objext"
- ;;
-esac
-
-fi
-
ac_fn_c_check_func "$LINENO" "inet_aton" "ac_cv_func_inet_aton"
if test "x$ac_cv_func_inet_aton" = xyes; then :
$as_echo "#define HAVE_INET_ATON 1" >>confdefs.h
@@ -17126,6 +17113,12 @@ esac
esac
case " $LIBOBJS " in
+ *" getrusage.$ac_objext "* ) ;;
+ *) LIBOBJS="$LIBOBJS getrusage.$ac_objext"
+ ;;
+esac
+
+ case " $LIBOBJS " in
*" kill.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS kill.$ac_objext"
;;