Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1:/tmp/cvs-serv8300

Modified Files:
        configure.in 
Log Message:
fixed the detection of vmalloc_to_page().



Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/configure.in,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- configure.in        11 Mar 2003 14:40:20 -0000      1.148
+++ configure.in        11 Mar 2003 14:49:36 -0000      1.149
@@ -753,11 +753,13 @@
 ac_save_CFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
 AC_TRY_COMPILE([
+#define __KERNEL__
 #include <linux/config.h>
 #include <linux/time.h>
 #include <linux/slab.h>
 ],[
- vmalloc_to_page(NULL);
+  struct page * (*func)(void*);
+  func = vmalloc_to_page;
 ],
     AC_MSG_RESULT("yes");vmalloc_to_page="1",
     AC_MSG_RESULT("no");vmalloc_to_page="0",



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to