File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 175
175
176
176
dnl We have read the default value of USE_LOCALE from the template
177
177
dnl file. We have a further option of using
178
- dnl --disable-locale to explicitly disable it
179
178
dnl --enable-locale to explicitly enable it
180
179
dnl It defaults to disabled
181
180
AC_MSG_CHECKING(setting USE_LOCALE)
@@ -187,8 +186,6 @@ AC_ARG_ENABLE(
187
186
)
188
187
189
188
dnl We exclude cyrillic recode support unless we override it with
190
- dnl --enable-recode
191
- dnl --disable-recode to explicitly disable it
192
189
dnl --enable-recode to explicitly enable it
193
190
dnl It defaults to disabled
194
191
AC_MSG_CHECKING(setting CYR_RECODE)
280
277
export USE_PERL
281
278
282
279
dnl Unless we specify the command line options
283
- dnl --disable cassert to explicitly disable it
284
280
dnl --enable cassert to explicitly enable it
285
- dnl If you do not explicitly do it, it defaults to disabled - we
286
- dnl should make the default enabled for the development cycle
287
- dnl We need some explanatory text here.
281
+ dnl If you do not explicitly do it, it defaults to disabled
288
282
AC_MSG_CHECKING(setting ASSERT CHECKING)
289
283
AC_ARG_ENABLE(
290
284
cassert,
You can’t perform that action at this time.
0 commit comments