nginx-0.0.3-2004-04-12-20:38:09 import

This commit is contained in:
Igor Sysoev
2004-04-12 16:38:09 +00:00
parent 076498e356
commit 43f131923f
14 changed files with 264 additions and 320 deletions

View File

@@ -76,6 +76,14 @@ case $PLATFORM in
done=YES
;;
*)
echo "$0: error: invalid --with-zlib=asm=$ZLIB_ASM option."
echo "The valid values are \"pentium\" and \"pentiumpro\" only".
echo
exit 1;
;;
esac
;;