diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-04 09:31:25 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-04 09:32:15 -0500 |
commit | 6b44e97fb6a4deffeee0654951a2a9dc43554820 (patch) | |
tree | 5505736eabf64639115ec24be1541777fa40896e /configure.in | |
parent | 1802271ac4aef34a7957a1fac492daa788d1d984 (diff) |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
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]) |