intel: Sync a synchronized READ_BIT map buffer range with GL drawing to it.
[mesa.git] / configure.ac
index 9d318b3fc20062e79ac6aceaf2a6fda5c2db0631..c5ef676e2e572c6584540d38262fd92a11a3d365 100644 (file)
@@ -126,6 +126,7 @@ AC_ARG_ENABLE([32-bit],
 if test "x$enable_32bit" = xyes; then
     if test "x$GCC" = xyes; then
         CFLAGS="$CFLAGS -m32"
+        ARCH_FLAGS="$ARCH_FLAGS -m32"
     fi
     if test "x$GXX" = xyes; then
         CXXFLAGS="$CXXFLAGS -m32"