]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3847. [bug] 'configure --with-dlz-postgres' failed to fail when
authorMark Andrews <marka@isc.org>
Wed, 14 May 2014 07:20:14 +0000 (17:20 +1000)
committerMark Andrews <marka@isc.org>
Wed, 14 May 2014 07:20:14 +0000 (17:20 +1000)
                        there is not support available.

CHANGES
configure
contrib/dlz/config.dlz.in

diff --git a/CHANGES b/CHANGES
index ed8704587575761da4eeb4c9fa939c6c55d58e98..284f9d9a97ef34db7addc3a1f586de19810967fc 100644 (file)
--- a/CHANGES
+++ b/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]
 
index a38abb9fc0817fcade4b7c17de759e7285a5b4f7..bb129afa9d1b6ee407562f2389bb25385720be51 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
 
index 006c4d3390292a538e856422c8ddc21aac427bd1..31969245ece48b665a9fa449f6805b57d52d5fbe 100644 (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