configure does not catch --enable-bogosity
Started by Ed L.over 21 years ago2 messagesbugs
Noticed this when I had a typo on the configure command line. The configure
script does not catch the following bogus option:
--enable-bogosity
That might seem like no biggie, but it also doesn't seem to notice this
error:
--enable-thread-safeyt (notice the mispelling)
Makes it look like you had a valid configure.
Re: configure does not catch --enable-bogosity
"Ed L." <pgsql@bluepolka.net> writes:
Noticed this when I had a typo on the configure command line. The configure
script does not catch the following bogus option:
--enable-bogosity
Complain to the Autoconf project. They strenuously insist this is not a
bug, and have done so for many years.
regards, tom lane