diff options
author | Martin Szulecki | 2009-09-12 13:45:27 +0200 |
---|---|---|
committer | Martin Szulecki | 2009-09-12 13:45:27 +0200 |
commit | 6654fe1c804625431812eda2bed2a7ba7eaeba00 (patch) | |
tree | 09917c75528803419426c1d6ac770f20f748d3d3 /configure.ac | |
parent | 2f4f9909f926267389778a01622b6454634f0013 (diff) | |
download | ifuse-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.ac | 6 |
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) |