summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-09-12 12:40:29 +0200
committerGravatar Martin Szulecki2009-09-12 12:40:29 +0200
commit2f4f9909f926267389778a01622b6454634f0013 (patch)
treec6d7104a3181a158b63a22b0b3c17fc79d2dcba1 /configure.ac
parentcf902d602c41efb6e2521a93b536fbad1cfb2e63 (diff)
downloadifuse-2f4f9909f926267389778a01622b6454634f0013.tar.gz
ifuse-2f4f9909f926267389778a01622b6454634f0013.tar.bz2
Remove obsolete HAL fdi rules
Automounting using this fdi never worked for everyone successfully. As HAL is deprecated, this automount is clearly a hack and the next round of distro releases won't support this way of mounting anymore, it makes sense to remove it anyways.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d013be..116a17e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,4 +40,4 @@ AC_ARG_ENABLE([root-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 fdi/Makefile)
+AC_OUTPUT(Makefile src/Makefile)