Commit 7d3c30f9 authored by Rémi Duraffort's avatar Rémi Duraffort

Add HAVE_ANDROID define.

parent 4babf6e2
......@@ -3994,6 +3994,16 @@ fi
EXTEND_HELP_STRING([Misc options:])
dnl
dnl compiling for android?
dnl
AC_ARG_ENABLE(android,
[ --enable-android compile for android (default disable)])
AS_IF([test "${enable_android}" = "yes"], [
AC_DEFINE([HAVE_ANDROID], 1, [Define to 1 if building for android])
])
dnl
dnl libgcrypt
dnl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment