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:
Jan Kneschke 2005-08-19 14:40:02 +00:00
parent 3b10caf14e
commit 252ec1ca2b
1 changed files with 8 additions and 0 deletions

View File

@ -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`