Browse Source

Revert "Add HAVE_ANDROID define."

This reverts commit 7d3c30f939.
pull/2/head
Rémi Duraffort 15 years ago
parent
commit
2bbd5e3cd2
  1. 10
      configure.ac

10
configure.ac

@ -3994,16 +3994,6 @@ 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

Loading…
Cancel
Save