From 0e282c9aed630332534ad2670aa8a18c8b8464ba Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 24 Jan 2007 14:50:27 +0000 Subject: combine depends lines --- util-linux/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util-linux/Config.in') diff --git a/util-linux/Config.in b/util-linux/Config.in index b75a09b6e..1f144cae5 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -368,8 +368,7 @@ config MOUNT config FEATURE_MOUNT_NFS bool "Support mounting NFS file systems" default n - depends on MOUNT - depends on FEATURE_HAVE_RPC + depends on MOUNT && FEATURE_HAVE_RPC select FEATURE_SYSLOG help Enable mounting of NFS file systems. -- cgit v1.2.3