mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Updates for new version scheme...
This commit is contained in:
parent
8e8cf04276
commit
0816652974
1 changed files with 5 additions and 5 deletions
|
|
@ -70,21 +70,21 @@ AC_TRY_COMPILE([
|
||||||
], [
|
], [
|
||||||
void main(void)
|
void main(void)
|
||||||
{
|
{
|
||||||
# if(SOUNDLIB_VERSION_MAJOR > $alsa_min_major_version)
|
# if(SND_LIB_MAJOR > $alsa_min_major_version)
|
||||||
exit(0);
|
exit(0);
|
||||||
# else
|
# else
|
||||||
# if(SOUNDLIB_VERSION_MAJOR < $alsa_min_major_version)
|
# if(SND_LIB_MAJOR < $alsa_min_major_version)
|
||||||
# error not present
|
# error not present
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if(SOUNDLIB_VERSION_MINOR > $alsa_min_minor_version)
|
# if(SND_LIB_MINOR > $alsa_min_minor_version)
|
||||||
exit(0);
|
exit(0);
|
||||||
# else
|
# else
|
||||||
# if(SOUNDLIB_VERSION_MINOR < $alsa_min_minor_version)
|
# if(SND_LIB_MINOR < $alsa_min_minor_version)
|
||||||
# error not present
|
# error not present
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if(SOUNDLIB_VERSION_SUBMINOR < $alsa_min_micro_version)
|
# if(SND_LIB_SUBMINOR < $alsa_min_micro_version)
|
||||||
# error not present
|
# error not present
|
||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue