OSDN Git Service

Updates for new version scheme...
authorJaroslav Kysela <perex@perex.cz>
Tue, 24 Nov 1998 22:08:07 +0000 (22:08 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 24 Nov 1998 22:08:07 +0000 (22:08 +0000)
utils/alsa.m4

index 5b6c1e8..3737316 100644 (file)
@@ -70,21 +70,21 @@ AC_TRY_COMPILE([
 ], [
 void main(void)
 {
-#  if(SOUNDLIB_VERSION_MAJOR > $alsa_min_major_version)
+#  if(SND_LIB_MAJOR > $alsa_min_major_version)
   exit(0);
 #  else
-#    if(SOUNDLIB_VERSION_MAJOR < $alsa_min_major_version)
+#    if(SND_LIB_MAJOR < $alsa_min_major_version)
 #       error not present
 #    endif
 
-#   if(SOUNDLIB_VERSION_MINOR > $alsa_min_minor_version)
+#   if(SND_LIB_MINOR > $alsa_min_minor_version)
   exit(0);
 #   else
-#     if(SOUNDLIB_VERSION_MINOR < $alsa_min_minor_version)
+#     if(SND_LIB_MINOR < $alsa_min_minor_version)
 #          error not present
 #      endif
 
-#      if(SOUNDLIB_VERSION_SUBMINOR < $alsa_min_micro_version)
+#      if(SND_LIB_SUBMINOR < $alsa_min_micro_version)
 #        error not present
 #      endif
 #    endif