android: Remove dependency on libvstr

This commit is contained in:
Tobias Brunner
2013-11-13 11:40:47 +01:00
parent 27467a6881
commit 20c99edab9
20 changed files with 5 additions and 46 deletions
+1 -1
View File
@@ -643,7 +643,7 @@ AC_CHECK_FUNC(
if test x$vstr = xtrue; then
AC_CHECK_LIB([vstr],[main],[LIBS="$LIBS"],[AC_MSG_ERROR([Vstr string library not found])],[])
AC_DEFINE([USE_VSTR], [], [use vstring library for printf hooks])
AC_DEFINE([USE_VSTR], [], [use Vstr string library for printf hooks])
builtin_printf=false
fi