$NetBSD: patch-ab,v 1.3 2005/08/11 00:03:16 jlam Exp $ --- configure.orig 2005-07-22 20:06:39.000000000 -0400 +++ configure @@ -23788,7 +23788,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 @@ -25684,7 +25684,7 @@ rm -f authdaemonrc.h authldaprc.h authmy result="" -if test -x "$COURIERCONFIG" +if false then $COURIERCONFIG >conftest.out || exit 1 sed -n '/^mail/p' conftest2.out || exit 1 @@ -25696,7 +25696,7 @@ then result=" (from courier-config)" fi -if test -x "$bindir/courierauthconfig" +if false then $bindir/courierauthconfig --configfiles >conftest.out || exit 1 sed -n '/^mail/p' conftest2.out || exit 1