From 2bec97c076e7183b4ce4e5de3739299bbd3a06fa Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Sun, 1 Sep 2002 06:45:55 +0000
Subject: Some CML1 grammar fixes  -Erik

---
 util-linux/config.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'util-linux')

diff --git a/util-linux/config.in b/util-linux/config.in
index bcc99bbe1..25d0c5ad4 100644
--- a/util-linux/config.in
+++ b/util-linux/config.in
@@ -43,7 +43,9 @@ bool 'swaponoff'	    CONFIG_SWAPONOFF
 bool 'mount'		    CONFIG_MOUNT
 if [ "$CONFIG_MOUNT" = "y" ]; then
     bool '  Support mounting nfs file systems'		    	CONFIG_NFSMOUNT
-    bool '  Use devmtab instead of /proc (needs a patched kernel)'	CONFIG_FEATURE_USE_DEVPS_PATCH
+    if [ "$CONFIG_FEATURE_USE_DEVPS_PATCH" = "n" ]; then
+	bool '  Use devmtab instead of /proc (needs a patched kernel)'	CONFIG_FEATURE_USE_DEVPS_PATCH
+    fi
 fi
 bool 'umount'		    CONFIG_UMOUNT
 if [ "$CONFIG_UMOUNT" = "y" ]; then
-- 
cgit v1.2.3