]> granicus.if.org Git - postgresql/commitdiff
Assert fix
authorBruce Momjian <bruce@momjian.us>
Mon, 6 Apr 1998 17:52:35 +0000 (17:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 6 Apr 1998 17:52:35 +0000 (17:52 +0000)
src/configure.in
src/include/config.h.in

index 3ce50068547762e30ec08cc843cd0e8d9ca142bf..a6f86424b2f5dd76dd3b2612e7a37a986234f089 100644 (file)
@@ -1,4 +1,4 @@
- dnl Process this file with autoconf to produce a configure script.
+dnl Process this file with autoconf to produce a configure script.
 AC_INIT(backend/access/common/heaptuple.c)
 AC_PREFIX_DEFAULT(/usr/local/pgsql)
 
@@ -279,7 +279,7 @@ dnl We need some explanatory text here.
 AC_MSG_CHECKING(setting ASSERT CHECKING)
 AC_ARG_ENABLE(
    cassert,
-   [  --enable-cassert       enable assertion checks (debugging) ],
+   [  --enable-cassert   enable assertion checks (debugging) ],
    AC_DEFINE(USE_ASSERT_CHECKING) AC_MSG_RESULT(enabled),
    AC_MSG_RESULT(disabled)
 )
index 62849411e8380fe5c438943160521b47faac542d..9d76e3af6a6e27783cfef802e64af4be24c4c4ef 100644 (file)
@@ -207,7 +207,7 @@ extern void srandom(int seed);
 /* Set to 1 if you want CYR_RECODE (cyrillic recode) */
 #undef CYR_RECODE
 
-/* Set to 1 if you want to Disable ASSERT CHECKING */
+/* Set to 1 if you want to Enable ASSERT CHECKING */
 #undef USE_ASSERT_CHECKING
 
 /*