From 2f4f9909f926267389778a01622b6454634f0013 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 12 Sep 2009 12:40:29 +0200 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.1-32-gdbae