Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1:/tmp/cvs-serv24916
Modified Files:
configure.in
Log Message:
fixed the detection of PDE().
Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/configure.in,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- configure.in 12 Oct 2003 16:41:43 -0000 1.196
+++ configure.in 14 Oct 2003 15:18:06 -0000 1.197
@@ -1029,10 +1029,11 @@
#include "$CONFIG_SND_KERNELDIR/include/linux/fs.h"
#include "$CONFIG_SND_KERNELDIR/include/linux/proc_fs.h"
],[
- PDE(NULL);
+ struct proc_dir_entry * (*func)();
+ func = PDE;
],
- AC_MSG_RESULT("no");pde_defined="0",
AC_MSG_RESULT("yes");pde_defined="1",
+ AC_MSG_RESULT("no");pde_defined="0",
AC_MSG_RESULT("unknown");pde_defined="0"
)
CFLAGS=$ac_save_CFLAGS
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog