Remove duplicated Erase iteration code by introducing EraseObject method in OwnerCont...
[platform/core/uifw/dali-core.git] / build / tizen / configure.ac
index ae2b942..bebc98a 100644 (file)
@@ -78,7 +78,7 @@ fi
 
 if test "x$enable_emscripten" = "xyes"; then
   DALI_CFLAGS="$DALI_CFLAGS -DEMSCRIPTEN -std=c++11"
-  # Automatically turn off backtrace support
+  # Automatically turn off backtrace support and mutex locks
   enable_backtrace="no"
   enable_lock_backtrace="no"
 fi