From 6b44e97fb6a4deffeee0654951a2a9dc43554820 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Mon, 4 Jun 2012 09:31:25 -0500 Subject: module icc removal was a bit too harsh in configure.in re-instated lines that were accidentally wiped out in configure.in Change-Id: I54d3140723e99eae1dda6c7b05c29327a22028a3 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') 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]) -- cgit