diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-05-12 23:14:00 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-05-12 23:14:00 +0000 |
commit | 1a07a522f9719a7cec105ccdeb4ddccdee5afe29 (patch) | |
tree | cb074cbc74709fe63ac7063217767d5a1b7e9dd9 | |
parent | d020a2835ff14268be8b75a298a48dd0ec731dae (diff) | |
download | postgresql-1a07a522f9719a7cec105ccdeb4ddccdee5afe29.tar.gz postgresql-1a07a522f9719a7cec105ccdeb4ddccdee5afe29.zip |
Remove --disable in configure
-rw-r--r-- | INSTALL | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -255,16 +255,10 @@ PostgreSQL: --enable-hba Enables Host Based Authentication (DEFAULT) - --disable-hba Disables Host Based Authentication - --enable-locale Enables USE_LOCALE - --disable-locale Disables USE_LOCALE (DEFAULT) - --enable-cassert Enables ASSERT_CHECKING - --disable-cassert Disables ASSERT_CHECKING (DEFAULT) - --with-template=TEMPLATE Use template file TEMPLATE - the template files are assumed to be in the directory @@ -299,7 +293,7 @@ PostgreSQL: % ./configure --prefix=/opt/postgres --with-template=sparc_solaris-gcc --with-pgport=5432 - --enable-hba --disable-locale + --enable-hba Of course, in a real shell, you would type these three lines all on the same line. |