Revert "CONFIGURE: Use FORCE_RTL for the Android backend"

This reverts commit 44ab256101.
This commit is contained in:
dhewg 2011-04-10 11:23:02 +02:00
parent 6c0bca8aae
commit fc582bfc8f

2
configure vendored
View file

@ -3002,7 +3002,7 @@ case $_backend in
# than pick up anything unhygenic from the Android libs.
LIBS="-Wl,-Bstatic $static_libs"
LIBS="$LIBS -Wl,-Bdynamic -lgcc $system_libs -llog -lGLESv1_CM"
DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE -DFORCE_RTL"
DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE"
;;
dc)
INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -isystem $(ronindir)/include'