Skip to content

Commit 1125bbf

Browse files
committed
Assert fix
1 parent 2ffd727 commit 1125bbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/configure.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dnl Process this file with autoconf to produce a configure script.
1+
dnl Process this file with autoconf to produce a configure script.
22
AC_INIT(backend/access/common/heaptuple.c)
33
AC_PREFIX_DEFAULT(/usr/local/pgsql)
44

@@ -279,7 +279,7 @@ dnl We need some explanatory text here.
279279
AC_MSG_CHECKING(setting ASSERT CHECKING)
280280
AC_ARG_ENABLE(
281281
cassert,
282-
[ --enable-cassert enable assertion checks (debugging) ],
282+
[ --enable-cassert enable assertion checks (debugging) ],
283283
AC_DEFINE(USE_ASSERT_CHECKING) AC_MSG_RESULT(enabled),
284284
AC_MSG_RESULT(disabled)
285285
)

src/include/config.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ extern void srandom(int seed);
207207
/* Set to 1 if you want CYR_RECODE (cyrillic recode) */
208208
#undef CYR_RECODE
209209

210-
/* Set to 1 if you want to Disable ASSERT CHECKING */
210+
/* Set to 1 if you want to Enable ASSERT CHECKING */
211211
#undef USE_ASSERT_CHECKING
212212

213213
/*

0 commit comments

Comments
 (0)