Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan@xamarin.com>2015-09-18 17:58:27 +0300
committerAlan McGovern <alan@xamarin.com>2015-09-18 17:58:27 +0300
commit1b2f467a7c2fb40b4acb289257259cc8739b8114 (patch)
tree518cb71eb7daabbc9435fb1d9bd5d5061ebbd851 /main/configure.in
parent8e30c22af0832fc74a6b0e1590545dd85cb6e49a (diff)
parent14311694f23d8fff0914e0649134cad80113a497 (diff)
Merge remote-tracking branch 'origin/master' into roslynroslyn-preview-1
Diffstat (limited to 'main/configure.in')
-rw-r--r--main/configure.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/main/configure.in b/main/configure.in
index a9371febc3..5f99604a45 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -213,13 +213,6 @@ fi
AM_CONDITIONAL(ENABLE_MACPLATFORM, [test x$enable_macplatform = xyes])
-# Mac bundle
-AC_ARG_ENABLE(macbundle,
- AC_HELP_STRING([--enable-macbundle],
- [enable Mac bundle packaging [default=no]]),
- enable_macbundle=${enableval}, enable_macbundle=no)
-AM_CONDITIONAL(ENABLE_MACBUNDLE, [test x$enable_macbundle = xyes])
-
# Windows platform addin
AC_ARG_ENABLE(windowsplatform,
AC_HELP_STRING([--enable-windowsplatform],