From bec968578d97eabc63ae4a12bdeb2b33f40baec4 Mon Sep 17 00:00:00 2001 From: Amit Gud Date: Thu, 22 Jun 2006 12:51:04 -0400 Subject: Change mount configure option to --enable-mount Change the configure option from --with-mount to --enable-mount. Signed-off-by: Amit Gud Signed-off-by: Steve Dickson --- utils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/Makefile.am') diff --git a/utils/Makefile.am b/utils/Makefile.am index 259bec3..9cdb4ea 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -14,7 +14,7 @@ if CONFIG_GSS OPTDIRS += gssd endif -if CONFIG_NOMOUNT +if CONFIG_MOUNT OPTDIRS += mount endif -- cgit