mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:02:06 -04:00
3847. [bug] 'configure --with-dlz-postgres' failed to fail when
there is not support available.
This commit is contained in:
parent
92b796c963
commit
5a8edcafd1
3 changed files with 7 additions and 4 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
3847. [bug] 'configure --with-dlz-postgres' failed to fail when
|
||||
there is not support available.
|
||||
|
||||
3846. [bug] "dig +notcp ixfr=<serial>" should result in a UDP
|
||||
ixfr query. [RT #35980]
|
||||
|
||||
|
|
|
|||
4
configure
vendored
4
configure
vendored
|
|
@ -20575,7 +20575,7 @@ test -n "$PG_CONFIG" || PG_CONFIG="not found"
|
|||
fi
|
||||
fi
|
||||
|
||||
if test "$use_dlz_postgres" = "yes"
|
||||
if test "$use_dlz_postgres" = "yes/include"
|
||||
then
|
||||
# User did not specify path and Postgres didn't say - guess it
|
||||
pgdirs="/usr /usr/local /usr/local/pgsql /usr/pkg"
|
||||
|
|
@ -20590,7 +20590,7 @@ then
|
|||
done
|
||||
fi
|
||||
|
||||
if test "$use_dlz_postgres" = "yes"
|
||||
if test "$use_dlz_postgres" = "yes/include"
|
||||
then
|
||||
# Still no joy, give up
|
||||
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ then
|
|||
fi
|
||||
fi
|
||||
|
||||
if test "$use_dlz_postgres" = "yes"
|
||||
if test "$use_dlz_postgres" = "yes/include"
|
||||
then
|
||||
# User did not specify path and Postgres didn't say - guess it
|
||||
pgdirs="/usr /usr/local /usr/local/pgsql /usr/pkg"
|
||||
|
|
@ -94,7 +94,7 @@ then
|
|||
done
|
||||
fi
|
||||
|
||||
if test "$use_dlz_postgres" = "yes"
|
||||
if test "$use_dlz_postgres" = "yes/include"
|
||||
then
|
||||
# Still no joy, give up
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue