aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-05-12 23:12:42 +0000
committerBruce Momjian <bruce@momjian.us>1998-05-12 23:12:42 +0000
commitd020a2835ff14268be8b75a298a48dd0ec731dae (patch)
tree2873008115594534a9de1d45d8e414be7137dd4b
parent982c695fbd33aaabdbcb546f78ed475bdd474ea2 (diff)
downloadpostgresql-d020a2835ff14268be8b75a298a48dd0ec731dae.tar.gz
postgresql-d020a2835ff14268be8b75a298a48dd0ec731dae.zip
Remove --disabled options from configure
-rw-r--r--src/configure.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/configure.in b/src/configure.in
index 300510718e3..fb7cbdbf1cc 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -175,7 +175,6 @@ fi
dnl We have read the default value of USE_LOCALE from the template
dnl file. We have a further option of using
-dnl --disable-locale to explicitly disable it
dnl --enable-locale to explicitly enable it
dnl It defaults to disabled
AC_MSG_CHECKING(setting USE_LOCALE)
@@ -187,8 +186,6 @@ AC_ARG_ENABLE(
)
dnl We exclude cyrillic recode support unless we override it with
-dnl --enable-recode
-dnl --disable-recode to explicitly disable it
dnl --enable-recode to explicitly enable it
dnl It defaults to disabled
AC_MSG_CHECKING(setting CYR_RECODE)
@@ -280,11 +277,8 @@ fi
export USE_PERL
dnl Unless we specify the command line options
-dnl --disable cassert to explicitly disable it
dnl --enable cassert to explicitly enable it
-dnl If you do not explicitly do it, it defaults to disabled - we
-dnl should make the default enabled for the development cycle
-dnl We need some explanatory text here.
+dnl If you do not explicitly do it, it defaults to disabled
AC_MSG_CHECKING(setting ASSERT CHECKING)
AC_ARG_ENABLE(
cassert,