Skip to content

Commit

Permalink
Check for __android_log_vprint in liblog.
Browse files Browse the repository at this point in the history
Normally we'd use Android.mk but you can also build for Android using
Cerbero and the autohate build system instead.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
nmav authored and David Woodhouse committed Mar 2, 2013
1 parent 0a1873f commit e75a587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -142,6 +142,7 @@ AS_COMPILER_FLAGS(CFLAGS,

AC_CHECK_FUNC(socket, [], AC_CHECK_LIB(socket, socket, [], AC_ERROR(Cannot find socket() function)))
AC_CHECK_FUNC(inet_aton, [], AC_CHECK_LIB(nsl, inet_aton, [], AC_ERROR(Cannot find inet_aton() function)))
AC_CHECK_FUNC(__android_log_vprint, [], AC_CHECK_LIB(log, __android_log_vprint, [], []))

AC_ENABLE_SHARED
AC_DISABLE_STATIC
Expand Down

0 comments on commit e75a587

Please sign in to comment.