Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d020a28

Browse files
committed
Remove --disabled options from configure
1 parent 982c695 commit d020a28

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/configure.in

+1-7
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ fi
175175

176176
dnl We have read the default value of USE_LOCALE from the template
177177
dnl file. We have a further option of using
178-
dnl --disable-locale to explicitly disable it
179178
dnl --enable-locale to explicitly enable it
180179
dnl It defaults to disabled
181180
AC_MSG_CHECKING(setting USE_LOCALE)
@@ -187,8 +186,6 @@ AC_ARG_ENABLE(
187186
)
188187

189188
dnl We exclude cyrillic recode support unless we override it with
190-
dnl --enable-recode
191-
dnl --disable-recode to explicitly disable it
192189
dnl --enable-recode to explicitly enable it
193190
dnl It defaults to disabled
194191
AC_MSG_CHECKING(setting CYR_RECODE)
@@ -280,11 +277,8 @@ fi
280277
export USE_PERL
281278

282279
dnl Unless we specify the command line options
283-
dnl --disable cassert to explicitly disable it
284280
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
288282
AC_MSG_CHECKING(setting ASSERT CHECKING)
289283
AC_ARG_ENABLE(
290284
cassert,

0 commit comments

Comments
 (0)