From 517e6ade032c4c423f463d89034f255e95f5be4e Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@opera.com> Date: Sat, 8 Jun 2013 23:30:02 +0200 Subject: [PATCH] Deprecate the security system. --- src/configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/configure.in b/src/configure.in index b7ffae4293..40f7f434bd 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1675,6 +1675,9 @@ MY_DESCR([],[supporting atomic changes (EXPERIMENTAL)]), ]) AC_ARG_WITH(security, MY_DESCR([--with-security], [enable internal pike security system]), + [AC_MSG_ERROR([Pike security is deprecated. Use --with-deprecated-security to enable.])]) +AC_ARG_WITH(deprecated-security, MY_DESCR([--with-deprecated-security], + [enable internal pike security system]), [AC_DEFINE(PIKE_SECURITY)]) AC_ARG_WITH(bignums, MY_DESCR([--without-bignums], [disable internal conversion to bignums (not recommended)]), -- GitLab