$NetBSD: patch-ab,v 1.4 2007/08/10 17:57:21 jlam Exp $ --- configure.orig 2007-04-22 10:54:09.000000000 -0400 +++ configure @@ -23367,7 +23367,7 @@ done test -n "$PG_CONFIG" || PG_CONFIG="pg_config" -PGSQL_LIBS="-lpq" +test -n "$PGSQL_LIBS" || PGSQL_LIBS="-lpq" # Check whether --with-pgsql-libs or --without-pgsql-libs was given. if test "${with_pgsql_libs+set}" = set; then @@ -25263,7 +25263,7 @@ rm -f authdaemonrc.h authldaprc.h authmy result="" -if test -x "$COURIERCONFIG" +if false && test -x "$COURIERCONFIG" then $COURIERCONFIG >conftest.out || exit 1 sed -n '/^mail/p' conftest2.out || exit 1 @@ -25275,7 +25275,7 @@ then result=" (from courier-config)" fi -if test -x "$bindir/courierauthconfig" +if false && test -x "$bindir/courierauthconfig" then $bindir/courierauthconfig --configfiles >conftest.out || exit 1 sed -n '/^mail/p' conftest2.out || exit 1