summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorAmit Gud <agud@redhat.com>2006-06-22 12:51:04 -0400
committerNeil Brown <neilb@suse.de>2006-06-23 13:45:50 +1000
commitbec968578d97eabc63ae4a12bdeb2b33f40baec4 (patch)
treeed1ae4d0237fea34789c297fabb6b5ec4b1038fc /utils/Makefile.am
parentceeffc1f76485b4084b2c61f4ff3c40e4f51c3b8 (diff)
downloadnfs-utils-bec968578d97eabc63ae4a12bdeb2b33f40baec4.tar.gz
nfs-utils-bec968578d97eabc63ae4a12bdeb2b33f40baec4.tar.xz
nfs-utils-bec968578d97eabc63ae4a12bdeb2b33f40baec4.zip
Change mount configure option to --enable-mount
Change the configure option from --with-mount to --enable-mount. Signed-off-by: Amit Gud <agud@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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