mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
missing-linux-fh-configure-switch-20081113
LICENSE IPL10 FIXES 123620 add missing hunk to acinclude
This commit is contained in:
parent
a3c9b01f3a
commit
117066c481
@ -180,6 +180,12 @@ AC_ARG_ENABLE([pthreaded-ubik],
|
|||||||
disabled)])],
|
disabled)])],
|
||||||
,
|
,
|
||||||
[enable_pthreaded_ubik="no"])
|
[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.
|
dnl Kernel module build options.
|
||||||
AC_ARG_WITH([dux-kernel-headers],
|
AC_ARG_WITH([dux-kernel-headers],
|
||||||
|
Loading…
Reference in New Issue
Block a user