commit | a7825f269d7fef5370ef7bf4c9acf88a4ec51e71 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sat Jun 16 13:56:51 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sat Jun 16 13:56:51 2007 +0000 |
tree | 4c738d408e371c262c472b8f280640689614e07a | |
parent | 7b72fc12000c878e11d5f0b245f83c0d71b29f58 [diff] [blame] |
make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features
diff --git a/util-linux/Config.in b/util-linux/Config.in index 1040ce2..c910813 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in
@@ -363,7 +363,8 @@ config FEATURE_MOUNT_NFS bool "Support mounting NFS file systems" default n - depends on MOUNT && FEATURE_HAVE_RPC + depends on MOUNT + select FEATURE_HAVE_RPC select FEATURE_SYSLOG help Enable mounting of NFS file systems.