am 45c4b171: Build static libstlport.
Merge commit '45c4b1710d150a1adbf9d5d405f143164c0011b0' into gingerbread
* commit '45c4b1710d150a1adbf9d5d405f143164c0011b0':
Build static libstlport.
diff --git a/stlport/stl/config/_android.h b/stlport/stl/config/_android.h
index 571fac8..82a8907 100644
--- a/stlport/stl/config/_android.h
+++ b/stlport/stl/config/_android.h
@@ -27,8 +27,8 @@
// No pthread_spinlock_t in Android
#define _STLP_DONT_USE_PTHREAD_SPINLOCK 1
-// Do not enable thread support
-#define _NOTHREADS 1
+// Enable thread support
+#undef _NOTHREADS
// Little endian platform.
#define _STLP_LITTLE_ENDIAN 1