From: K.Kosako Date: Tue, 25 Jul 2017 04:29:19 +0000 (+0900) Subject: change help message for --enable-combination-explosion-check X-Git-Tag: v6.5.0^2~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2b170d017fe106b761a2b92475595df5c2b6a8a;p=onig change help message for --enable-combination-explosion-check --- diff --git a/configure.ac b/configure.ac index 688d15b..a536656 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ AC_SUBST(STATISTICS) dnl check for COMBINATION_EXPLOSION AC_ARG_ENABLE(combination-explosion-check, - [ --enable-combination-explosion-check enable combination explosion check], + [ --enable-combination-explosion-check deprecated], [comb_expl_check=$enableval]) if test "${comb_expl_check}" = yes; then AC_DEFINE(USE_COMBINATION_EXPLOSION_CHECK,1,[Define if combination explosion check])