X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=acinclude.m4;h=9602aabc3bca72661a6753024e211c496792e4b0;hp=6eb87ac6f8b693e87136c9d7579480395a59a983;hb=e2c1dbad253556cd2bad53e676351a2cb8d11ff3;hpb=08492ab96e63b114fc7f57e0763867815ef9c8b4 diff --git a/acinclude.m4 b/acinclude.m4 index 6eb87ac..9602aab 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -185,6 +185,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],