SAVE_CPPFLAGS="$CPPFLAGS"
SAVE_LDFLAGS="$LDFLAGS"
CPPFLAGS="$CPPFLAGS $with_curl_cflags"
- LDFLAGS="$LDFLAGS $curl_curl_libs"
+ LDFLAGS="$LDFLAGS $with_curl_libs"
AC_CACHE_CHECK([for CURLINFO_APPCONNECT_TIME],
[c_cv_have_curlinfo_appconnect_time],
AC_LINK_IFELSE([AC_LANG_PROGRAM(
-[[[
+[[
#include <curl/curl.h>
-]]],
-[[[
+]],
+[[
int val = CURLINFO_APPCONNECT_TIME;
return val;
-]]]
+]]
)],
[c_cv_have_curlinfo_appconnect_time="yes"],
[c_cv_have_curlinfo_appconnect_time="no"]
statistics. These are disabled by default and can be enabled selectively for
each page or URL queried from the curl, curl_json, or curl_xml plugins. See
the documentation of those plugins for specific information. This section
-describes the available metrics that can be configured with each plugin. All
+describes the available metrics that can be configured for each plugin. All
options are disabled by default.
See L<http://curl.haxx.se/libcurl/c/curl_easy_getinfo.html> for more details.
=item B<PretransferTime> B<true|false>
-Time it took from the start until the file transfer is just about to begin.
+Time it took from the start until just before the transfer begins.
=item B<StarttransferTime> B<true|false>