Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> I believe the idea is that instead of
> --with-krb5=/usr/kerberos
> you now need
> --with-krb5 --with-includes=/usr/kerberos/include \
> --with-libs=/usr/kerberos/lib
Rather than silenty accepting but ignoring the old syntax, could we
have configure bail out with an appropriate error message if
--with-krb5 is specified with an argument? That might make the change
less subtle.
-Neil