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

Modified Files:
        configure.in 
Log Message:
Fixed broken tests for RedHat kernel

Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/configure.in,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- configure.in        5 Dec 2003 08:16:17 -0000       1.208
+++ configure.in        14 Dec 2003 09:47:42 -0000      1.209
@@ -387,9 +387,9 @@
 CHECK_KERNEL_HEADER(linux/highmem.h)
 CHECK_KERNEL_HEADER(linux/workqueue.h)
 if test ! -f include/linux/workqueue.h; then
-  if test "$kversion.$kpatchlevel" = "2.4"; then
+  if test "x$kversion.$kpatchlevel" = "x2.4"; then
     CHECK_KERNEL_CONFIG(RED_HAT_LINUX_KERNEL, [redhat kernel])
-    if test $RED_HAT_LINUX_KERNEL = y; then
+    if test "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: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to