From 203b2422a50e7b12da3f5df02184e30b363b218f Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 1 Jun 2001 07:28:33 +0000 Subject: Fixed typo. CVS patchset: 111 CVS date: 2001/06/01 07:28:33 --- m4/alsa.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/alsa.m4 b/m4/alsa.m4 index 1bf79078b..44cc0ad3c 100644 --- a/m4/alsa.m4 +++ b/m4/alsa.m4 @@ -138,7 +138,7 @@ int main() { CFLAGS="$CFLAGS $ALSA_CFLAGS" LIBS="$LIBS $ALSA_LIBS" AC_TRY_LINK([ -#include +#include #include ], [return ((SND_LIB_MAJOR) || (SND_LIB_MINOR) || (SND_LIB_SUBMINOR));], -- cgit v1.2.3