Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 169226 | Differences between
and this patch

Collapse All | Expand All

(-)Thunar-0.8.0.orig/configure.in (-1 / +4 lines)
Lines 268-274 Link Here
268
dnl ****************************************************
268
dnl ****************************************************
269
dnl *** Check for file system monitor implementation ***
269
dnl *** Check for file system monitor implementation ***
270
dnl ****************************************************
270
dnl ****************************************************
271
BM_THUNAR_VFS_MONITOR_IMPL()
271
AC_ARG_WITH([fam], AS_HELP_STRING([--without-fam], [Build without file alteration monitor (default: with)]))
272
if test "x$with_fam" != "xno"; then
273
  BM_THUNAR_VFS_MONITOR_IMPL()
274
fi
272
275
273
dnl ***********************************************
276
dnl ***********************************************
274
dnl *** Check for volume manager implementation ***
277
dnl *** Check for volume manager implementation ***

Return to bug 169226