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 4b8917d

Browse files
committed
configure: Lower minimum alsa library version to 1.1.6 (that's what RHEL8/OL8/... has)
svn:sync-xref-src-repo-rev: r171279
1 parent 3bba7cf commit 4b8917d

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
@@ -1246,11 +1246,11 @@ extern "C" int main(void)
12461246
{
12471247
printf("found version %d.%d.%d",
12481248
SND_LIB_MAJOR, SND_LIB_MINOR, SND_LIB_SUBMINOR);
1249-
#if 10000*SND_LIB_MAJOR + 100*SND_LIB_MINOR + SND_LIB_SUBMINOR >= 10108
1249+
#if 10000*SND_LIB_MAJOR + 100*SND_LIB_MINOR + SND_LIB_SUBMINOR >= 10106
12501250
printf(", OK.\n");
12511251
return 0;
12521252
#else
1253-
printf(", expected version 1.1.8 or higher\n");
1253+
printf(", expected version 1.1.6 or higher\n");
12541254
return 1;
12551255
#endif
12561256
}

0 commit comments

Comments
(0)

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