corrected LargePages-detection

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5049 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
danielr 2008-08-10 13:03:36 +00:00
parent f825e88a09
commit 59c4e35aaf

View File

@ -91,10 +91,10 @@ then
if [ -n "$HUGEPAGESTOTAL" ] && [ $HUGEPAGESTOTAL -ne 0 ]
then
ENABLEHUGEPAGES=1
elif [ $OS = "SunOS" ]
then
ENABLEHUGEPAGES=1
fi
elif [ $OS = "SunOS" ]
then
ENABLEHUGEPAGES=1
fi