public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [upatch] Re: linux-2.5.5-pre1
@ 2002-02-14  8:30 Peter Samuelson
  2002-02-15  0:17 ` Alessandro Suardi
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Samuelson @ 2002-02-14  8:30 UTC (permalink / raw)
  To: Alessandro Suardi; +Cc: linux-kernel, torvalds, Jaroslav Kysela

[Alessandro Suardi]
>   More issues:
>
>     - xconfig broken

Untested but obvious..

--- 2.5.5pre1/sound/Config.in~	Wed Feb 13 20:57:11 2002
+++ 2.5.5pre1/sound/Config.in	Thu Feb 14 02:26:21 2002
@@ -19,13 +19,13 @@
   source sound/core/Config.in
   source sound/drivers/Config.in
 fi
-if [ "$CONFIG_SND" != "n" -a "$CONFIG_ISA" == "y" ]; then
+if [ "$CONFIG_SND" != "n" -a "$CONFIG_ISA" = "y" ]; then
   source sound/isa/Config.in
 fi
-if [ "$CONFIG_SND" != "n" -a "$CONFIG_PCI" == "y" ]; then
+if [ "$CONFIG_SND" != "n" -a "$CONFIG_PCI" = "y" ]; then
   source sound/pci/Config.in
 fi
-if [ "$CONFIG_SND" != "n" -a "$CONFIG_PPC" == "y" ]; then
+if [ "$CONFIG_SND" != "n" -a "$CONFIG_PPC" = "y" ]; then
   source sound/ppc/Config.in
 fi
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-02-15  0:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-14  8:30 [upatch] Re: linux-2.5.5-pre1 Peter Samuelson
2002-02-15  0:17 ` Alessandro Suardi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox