pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:36 by Martin Nilsson <nilsson@opera.com>
10b209ebf1e6292730be605ed63ef5d7c946ae51 (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Deprecate the security system.
1675:
]) 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)]),