[System] Add back a few ServicePointManager properties that can be used by multiple...
[mono.git] / configure.ac
index 27a9d324991397c393a3225f2446afd313e59619..f79f320c00987585a5cbd6f560ac52708b967cf2 100644 (file)
@@ -3937,7 +3937,11 @@ if test "x$enable_btls" = "xyes"; then
        case "$BTLS_PLATFORM" in
        i386)
                btls_arch=i386
-               btls_cflags="-m32 -arch i386"
+               btls_cflags="-m32"
+               case $host_os in
+                       darwin*)
+                               btls_cflags="$btls_cflags -arch i386"
+               esac
                ;;
        x86_64)
                btls_arch=x86_64