File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- dnl Process this file with autoconf to produce a configure script.
1
+ dnl Process this file with autoconf to produce a configure script.
2
2
AC_INIT(backend/access/common/heaptuple.c)
3
3
AC_PREFIX_DEFAULT(/usr/local/pgsql)
4
4
@@ -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(USE_ASSERT_CHECKING) AC_MSG_RESULT(enabled),
284
284
AC_MSG_RESULT(disabled)
285
285
)
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ extern void srandom(int seed);
207
207
/* Set to 1 if you want CYR_RECODE (cyrillic recode) */
208
208
#undef CYR_RECODE
209
209
210
- /* Set to 1 if you want to Disable ASSERT CHECKING */
210
+ /* Set to 1 if you want to Enable ASSERT CHECKING */
211
211
#undef USE_ASSERT_CHECKING
212
212
213
213
/*
You can’t perform that action at this time.
0 commit comments