From 67e8d22958ff607065fa7def640822ca8c70acf4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Oct 2006 08:30:54 +0000 Subject: Added a check in configure that simply tries to run a program (not when cross-compiling) in order to detect problems with run-time libraries that otherwise would occur when the sizeof tests for curl_off_t would run and thus be much more confusing to users. The check of course should run after all lib-checks are done and before any other test is used that would run an executable built for testing-purposes. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 31c00a384..a53c819d7 100644 --- a/configure.ac +++ b/configure.ac @@ -1528,6 +1528,7 @@ AC_C_CONST AC_TYPE_SIZE_T AC_HEADER_TIME CURL_CHECK_STRUCT_TIMEVAL +CURL_VERIFY_RUNTIMELIBS AC_CHECK_SIZEOF(curl_off_t, ,[ #include -- cgit v1.2.3