tags 403056 + patch thanks Patch attached.
-- Regards, Andreas Henriksson
diff -urNp wengophone-2.0.0~rc5-svn8108-orig/cmake/Modules/FindAlsa.cmake wengophone-2.0.0~rc5-svn8108/cmake/Modules/FindAlsa.cmake --- wengophone-2.0.0~rc5-svn8108-orig/cmake/Modules/FindAlsa.cmake 2006-09-16 03:35:56.000000000 +0200 +++ wengophone-2.0.0~rc5-svn8108/cmake/Modules/FindAlsa.cmake 2006-12-14 20:35:30.000000000 +0100 @@ -8,6 +8,7 @@ include(CheckIncludeFiles) include(CheckIncludeFileCXX) +include(CheckLibraryExists) # Already done by toplevel #check_include_files(sys/soundcard.h HAVE_SYS_SOUNDCARD_H)

