From f3b92d385695aecefd93d5f199be1f64270c2687 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 19 Jun 2009 12:10:38 +0200 Subject: getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS Signed-off-by: Colin Watson Signed-off-by: Denys Vlasenko --- selinux/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'selinux/Config.in') diff --git a/selinux/Config.in b/selinux/Config.in index e795e73d0..e46030adf 100644 --- a/selinux/Config.in +++ b/selinux/Config.in @@ -16,7 +16,7 @@ config CHCON config FEATURE_CHCON_LONG_OPTIONS bool "Enable long options" default y - depends on CHCON && GETOPT_LONG + depends on CHCON && LONG_OPTS help Support long options for the chcon applet. @@ -67,7 +67,7 @@ config RUNCON config FEATURE_RUNCON_LONG_OPTIONS bool "Enable long options" default y - depends on RUNCON && GETOPT_LONG + depends on RUNCON && LONG_OPTS help Support long options for the runcon applet. -- cgit v1.2.3