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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-05-18 13:58:57 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-05-18 13:58:57 +0300
commit4b2ec296b6b80d60b5131b22537a3b9af91fd8d9 (patch)
tree9d17a4440dc5e23cef21289027daa3a84a6d8905 /configure.ac
parentb21dc440046d7eba80901a8eebbf70b8cc85a270 (diff)
[configure] Remove the --enable-dynamic-btls switch, it is the only option
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 061bc0df75c..a37a5dc7eea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4089,8 +4089,6 @@ dnl **************
AC_ARG_ENABLE(btls, [ --disable-btls Disable the BoringTls provider], enable_btls=$enableval, enable_btls=$BTLS_SUPPORTED)
AC_ARG_WITH(btls_android_ndk, [ --with-btls-android-ndk Android NDK for BoringTls])
-AC_ARG_ENABLE(dynamic-btls, [ --enable-dynamic-btls Place the BTLS provider into a separate shared library/archive.], enable_dynamic_btls=$enableval, enable_dynamic_btls=no)
-
AM_CONDITIONAL(BTLS, test x$enable_btls = xyes)
btls_android=no
@@ -4611,9 +4609,6 @@ fi
if test "x$enable_btls" = "xyes"; then
echo "HAVE_BTLS=1" >> $srcdir/$mcsdir/build/config.make
- if test "x$enable_dynamic_btls" = "xyes"; then
- echo "HAVE_DYNAMIC_BTLS=1" >> $srcdir/$mcsdir/build/config.make
- fi
fi
fi