Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 92535d00e7c0c4d06ce750a25a64c927 > files > 10

festival-2.1-15.mga7.src.rpm

--- festival/speech_tools/configure.in.bak	2009-02-02 02:21:43.000000000 +0100
+++ festival/speech_tools/configure.in	2017-12-03 17:42:18.335134738 +0100
@@ -85,7 +85,7 @@
 LINUXAUDIO=none
 AC_TRY_COMPILE([#include <alsa/version.h>],
                [int j=
-                #if SND_LIB_SUBMINOR >= 11
+                #if SND_LIB_VERSION >= 0x01000b
                 3;
                 #endif],
               [LINUXAUDIO="alsa"])