Engage x86 assembler in Mac OS X build.
diff --git a/config b/config
index e77baa0..d7c9881 100755
--- a/config
+++ b/config
@@ -278,7 +278,7 @@
echo "ppc-apple-darwin${VERSION}"
;;
*)
- echo "i386-apple-darwin${VERSION}"
+ echo "i686-apple-darwin${VERSION}"
;;
esac
exit 0
@@ -536,7 +536,7 @@
fi
fi
OUT="darwin-ppc-cc" ;;
- i386-apple-darwin*)
+ i?86-apple-darwin*)
ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
if [ "$ISA64" = "1" ]; then
echo "WARNING! If you wish to build 64-bit library, then you have to"