From 117066c481e956f7fea53a500271791db5cb375d Mon Sep 17 00:00:00 2001 From: Marc Dionne Date: Thu, 13 Nov 2008 13:47:52 +0000 Subject: [PATCH] missing-linux-fh-configure-switch-20081113 LICENSE IPL10 FIXES 123620 add missing hunk to acinclude --- acinclude.m4 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index 18d2524..d46dbb5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -180,6 +180,12 @@ AC_ARG_ENABLE([pthreaded-ubik], disabled)])], , [enable_pthreaded_ubik="no"]) +AC_ARG_ENABLE([linux-fh], + [AS_HELP_STRING([--enable-linux-fh], + [enable opening cache files by file hande instead of inode numbers + with linux (defaults to disabled)])], + , + [enable_linux_fh="no"]) dnl Kernel module build options. AC_ARG_WITH([dux-kernel-headers], -- 1.9.4