summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 27b3e1b9279a..6d6155f81425 100644
--- a/configure.in
+++ b/configure.in
@@ -7945,6 +7945,9 @@ dnl Check for nsplugin
dnl ===================================================================
AC_MSG_CHECKING([whether to build nsplugin extension])
ENABLE_NSPLUGIN=NO
+if test $_os = Darwin -o $_os = iOS -o $_os = Android; then
+ enable_gtk=no
+fi
if test "$enable_nsplugin" != "no"; then
if test "$enable_gtk" != "no"; then
AC_MSG_RESULT([yes])