@@ -191,7 +191,7 @@ dnl It defaults to disabled
191
191
AC_MSG_CHECKING(setting USE_LOCALE)
192
192
AC_ARG_ENABLE(
193
193
locale,
194
- [ --enable-locale enable locale support ],
194
+ [ --enable-locale enable locale support ],
195
195
AC_DEFINE(USE_LOCALE) AC_MSG_RESULT(enabled),
196
196
AC_MSG_RESULT(disabled)
197
197
)
@@ -204,7 +204,7 @@ dnl It defaults to disabled
204
204
AC_MSG_CHECKING(setting CYR_RECODE)
205
205
AC_ARG_ENABLE(
206
206
recode,
207
- [ --enable-recode enable cyrillic recode support ],
207
+ [ --enable-recode enable cyrillic recode support ],
208
208
AC_DEFINE(CYR_RECODE) AC_MSG_RESULT(enabled),
209
209
AC_MSG_RESULT(disabled)
210
210
)
@@ -214,7 +214,7 @@ dnl we over-ride it with --with-pgport=port then we bypass this piece
214
214
AC_MSG_CHECKING(setting DEF_PGPORT)
215
215
AC_ARG_WITH(
216
216
pgport,
217
- [ --with-pgport=<portnum> change default startup port ],
217
+ [ --with-pgport=<portnum> change default startup port ],
218
218
AC_DEFINE_UNQUOTED(DEF_PGPORT, "${withval}") AC_MSG_RESULT($with_pgport),
219
219
AC_DEFINE_UNQUOTED(DEF_PGPORT, "5432") AC_MSG_RESULT(5432)
220
220
)
@@ -223,7 +223,7 @@ dnl We exclude tcl support unless we override it with --with-tcl
223
223
AC_MSG_CHECKING(setting USE_TCL)
224
224
AC_ARG_WITH(
225
225
tcl,
226
- [ --with-tcl use tcl ],
226
+ [ --with-tcl use tcl ],
227
227
USE_TCL=true; AC_MSG_RESULT(enabled),
228
228
USE_TCL=false; AC_MSG_RESULT(disabled)
229
229
)
@@ -255,7 +255,7 @@ dnl We exclude perl support unless we override it with --with-perl
255
255
AC_MSG_CHECKING(setting USE_PERL)
256
256
AC_ARG_WITH(
257
257
perl,
258
- [ --with-perl use perl ],
258
+ [ --with-perl use perl ],
259
259
USE_PERL=true; AC_MSG_RESULT(enabled),
260
260
USE_PERL=false; AC_MSG_RESULT(disabled)
261
261
)
@@ -279,7 +279,7 @@ dnl We need some explanatory text here.
279
279
AC_MSG_CHECKING(setting ASSERT CHECKING)
280
280
AC_ARG_ENABLE(
281
281
cassert,
282
- [ --enable-cassert enable assertion checks (debugging) ],
282
+ [ --enable-cassert enable assertion checks (debugging) ],
283
283
AC_DEFINE(NO_ASSERT_CHECKING) AC_MSG_RESULT(enabled),
284
284
AC_MSG_RESULT(disabled)
285
285
)
0 commit comments