summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-09-12 13:45:27 +0200
committerGravatar Martin Szulecki2009-09-12 13:45:27 +0200
commit6654fe1c804625431812eda2bed2a7ba7eaeba00 (patch)
tree09917c75528803419426c1d6ac770f20f748d3d3 /configure.ac
parent2f4f9909f926267389778a01622b6454634f0013 (diff)
downloadifuse-6654fe1c804625431812eda2bed2a7ba7eaeba00.tar.gz
ifuse-6654fe1c804625431812eda2bed2a7ba7eaeba00.tar.bz2
Rename binary to ifuse again and install to user bin directory
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 116a17e..f9fdc8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,10 +34,4 @@ AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_CHECK_FUNCS([strcasecmp strdup strerror strndup])
-AC_ARG_ENABLE([root-sbin],
- AS_HELP_STRING([--disable-root-sbin],
- [Don't install mount helper in /sbin]),
- [without_root_sbin=yes],[without_root_sbin=no])
-AM_CONDITIONAL([WITHOUT_ROOT_SBIN], test "x$without_root_sbin" = "xyes")
-
AC_OUTPUT(Makefile src/Makefile)