diff --git a/auto.sh b/auto.sh index 4bc29ea..22aaa55 100755 --- a/auto.sh +++ b/auto.sh @@ -40,7 +40,7 @@ fi if [ "$BITCHK" = 64 ]; then if [ ! -f "lib/zlib/Makefile" ]; then cd lib/zlib - ./configure + ./configure --64 cd ../.. fi else