From d2b170d017fe106b761a2b92475595df5c2b6a8a Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Tue, 25 Jul 2017 13:29:19 +0900 Subject: [PATCH] change help message for --enable-combination-explosion-check --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.40.0