3847. [bug] 'configure --with-dlz-postgres' failed to fail when

there is not support available.

(cherry picked from commit 61fbd791fbd817301dcac27c05e1e742c37b10ab)
This commit is contained in:
Mark Andrews
2014-05-14 17:17:09 +10:00
parent 515e44989d
commit 81b958bf5b
3 changed files with 7 additions and 4 deletions

View File

@@ -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
View File

@@ -19246,7 +19246,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"
@@ -19261,7 +19261,7 @@ then
done
fi
if test "$use_dlz_postgres" = "yes"
if test "$use_dlz_postgres" = "yes/include"
then
# Still no joy, give up

View File

@@ -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