From a2d44f8cd32988ad52ad924b61a2ef5fc41e4b0e Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Wed, 25 Mar 2009 02:19:14 +0100 Subject: make the location of the mount utility tunable at configure time Signed-off-by: Anand V. Avati --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 76e9d7efa..aee4dd07e 100644 --- a/configure.ac +++ b/configure.ac @@ -133,6 +133,12 @@ AC_CANONICAL_HOST AC_PROG_CC AC_PROG_LIBTOOL +AC_ARG_WITH(mountutildir, + [ --with-mountutildir=DIR mount helper utility in DIR @<:@/sbin@:>@], + [mountutildir=$withval], + [mountutildir='/sbin']) +AC_SUBST(mountutildir) + # LEX needs a check AC_PROG_LEX if test "x${LEX}" != "xflex" -a "x${FLEX}" != "xlex"; then -- cgit