git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a3c9b01
)
missing-linux-fh-configure-switch-20081113
author
Marc Dionne
<marc.c.dionne@gmail.com>
Thu, 13 Nov 2008 13:47:52 +0000 (13:47 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Thu, 13 Nov 2008 13:47:52 +0000 (13:47 +0000)
LICENSE IPL10
FIXES 123620
add missing hunk to acinclude
acinclude.m4
patch
|
blob
|
history
diff --git
a/acinclude.m4
b/acinclude.m4
index
18d2524
..
d46dbb5
100644
(file)
--- 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],