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:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2015-09-18 12:39:53 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2015-09-18 12:39:53 +0300
commit400bd717b545ebfccc165c7e72494f5d2100685d (patch)
treef53a1bf8eac42cd23299f1012b86eeb3305c548a /main/configure.in
parent0ed48a06105ec66f0b63b9c8e8cac6d7c5bc79f5 (diff)
[Mac] Nuke ENABLE_MACBUNDLE
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 34c3991891..3322da7dc5 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],