Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a03e91e

Browse files
committed
configure: Lower minimum curl library versioni to 7.61.1 (that's what RHEL8/OL8/... has)
svn:sync-xref-src-repo-rev: r171266
1 parent e3f0fb8 commit a03e91e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎configure‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,11 +1050,11 @@ check_curl()
10501050
extern "C" int main(void)
10511051
{
10521052
printf("found version %s", LIBCURL_VERSION);
1053-
#if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR + LIBCURL_VERSION_PATCH >= 76400
1053+
#if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR + LIBCURL_VERSION_PATCH >= 76101
10541054
printf(", OK.\n");
10551055
return 0;
10561056
#else
1057-
printf(", expected version 7.64.0 or higher\n");
1057+
printf(", expected version 7.61.1 or higher\n");
10581058
return 1;
10591059
#endif
10601060
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /