From 6654fe1c804625431812eda2bed2a7ba7eaeba00 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 12 Sep 2009 13:45:27 +0200 Subject: Rename binary to ifuse again and install to user bin directory --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.ac') 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) -- cgit v1.1-32-gdbae