missing-linux-fh-configure-switch-20081113

LICENSE IPL10
FIXES 123620

add missing hunk to acinclude
This commit is contained in:
Marc Dionne 2008-11-13 13:47:52 +00:00 committed by Derrick Brashear
parent a3c9b01f3a
commit 117066c481

View File

@ -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],