show if fam is enabled
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@588 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
3b10caf14e
commit
252ec1ca2b
|
@ -547,6 +547,14 @@ else
|
|||
disable_feature="$disable_feature $features"
|
||||
fi
|
||||
|
||||
features="stat-cache-fam"
|
||||
if test ! "x$FAM_LIB" = x; then
|
||||
enable_feature="$enable_feature $features"
|
||||
else
|
||||
disable_feature="$disable_feature $features"
|
||||
fi
|
||||
|
||||
|
||||
## post processing
|
||||
do_build=`echo $do_build | sed 's/ /\n/g' | sort`
|
||||
no_build=`echo $no_build | sed 's/ /\n/g' | sort`
|
||||
|
|
Loading…
Reference in New Issue