Update of /cvsroot/alsa/alsa-driver In directory sc8-pr-cvs1:/tmp/cvs-serv14173
Modified Files: configure.in Log Message: Michael T. Sullivan <[EMAIL PROTECTED]>: - fix the typo in configure for detection of redhat kernels. Index: configure.in =================================================================== RCS file: /cvsroot/alsa/alsa-driver/configure.in,v retrieving revision 1.212 retrieving revision 1.213 diff -u -r1.212 -r1.213 --- configure.in 8 Jan 2004 14:15:55 -0000 1.212 +++ configure.in 9 Jan 2004 15:41:02 -0000 1.213 @@ -407,7 +407,7 @@ CHECK_KERNEL_HEADER(linux/workqueue.h) if test ! -f include/linux/workqueue.h; then if test "x$kversion.$kpatchlevel" = "x2.4" -a \ - test "x$RED_HAT_LINUX_KERNEL" = "xy"; then + "x$RED_HAT_LINUX_KERNEL" = "xy"; then echo "It looks like you're using a RedHat 9 kernel." echo "Disabling their incomplete workqueue.h modification." mkdir -p include/linux ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog