I can't manage to get xconfig out of CVS to work right without this:

--- drivers/fc4/Config.in.old   Sat Mar 13 18:01:30 1999
+++ drivers/fc4/Config.in       Sat Mar 13 18:01:52 1999
@@ -7,13 +7,13 @@
 tristate 'Fibre Channel and FC4 SCSI support' CONFIG_FC4
 if [ ! "$CONFIG_FC4" = "n" ]; then
   comment 'FC4 drivers'
-  if [ "$ARCH" == "sparc" -o "$ARCH" == "sparc64" ]; then
+  if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; then
     tristate 'Sun SOC/Sbus' CONFIG_FC4_SOC
     tristate 'Sun SOC+ (aka SOCAL)' CONFIG_FC4_SOCAL
   fi
   comment 'FC4 targets'
   dep_tristate 'SparcSTORAGE Array 100 and 200 series' CONFIG_SCSI_PLUTO $CONFIG_SCSI
-  if [ "$ARCH" == "sparc" -o "$ARCH" == "sparc64" ]; then
+  if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; then
     dep_tristate 'Sun Enterprise Network Array (A5000 and EX500)' CONFIG_SCSI_FCAL 
$CONFIG_SCSI
   else
     dep_tristate 'Generic FC-AL disk driver' CONFIG_SCSI_FCAL $CONFIG_SCSI

 -- Peter

"Good night, Mrs. Calabash, wherever you are."
                -- Armstrong

-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of the message to [EMAIL PROTECTED]

Reply via email to