Commit 1a07a522 authored by Bruce Momjian's avatar Bruce Momjian

Remove --disable in configure

parent d020a283
...@@ -255,16 +255,10 @@ PostgreSQL: ...@@ -255,16 +255,10 @@ PostgreSQL:
--enable-hba Enables Host Based Authentication (DEFAULT) --enable-hba Enables Host Based Authentication (DEFAULT)
--disable-hba Disables Host Based Authentication
--enable-locale Enables USE_LOCALE --enable-locale Enables USE_LOCALE
--disable-locale Disables USE_LOCALE (DEFAULT)
--enable-cassert Enables ASSERT_CHECKING --enable-cassert Enables ASSERT_CHECKING
--disable-cassert Disables ASSERT_CHECKING (DEFAULT)
--with-template=TEMPLATE --with-template=TEMPLATE
Use template file TEMPLATE - the template Use template file TEMPLATE - the template
files are assumed to be in the directory files are assumed to be in the directory
...@@ -299,7 +293,7 @@ PostgreSQL: ...@@ -299,7 +293,7 @@ PostgreSQL:
% ./configure --prefix=/opt/postgres % ./configure --prefix=/opt/postgres
--with-template=sparc_solaris-gcc --with-pgport=5432 --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 Of course, in a real shell, you would type these three lines all
on the same line. on the same line.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment