summaryrefslogtreecommitdiff
path: root/security/courier-authlib/patches/patch-ab
blob: 200bdc88ed6ccf21324d62992f8dba56e07c01de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-ab,v 1.2 2005/03/18 20:20:48 jlam Exp $

--- configure.orig	2005-02-13 11:26:31.000000000 +0000
+++ configure
@@ -23766,7 +23766,7 @@ done
 test -n "$PG_CONFIG" || PG_CONFIG="pg_config"
 
 
-PGSQL_LIBS="-lpq"
+test -z "$PGSQL_LIBS" && PGSQL_LIBS="-lpq"
 
 # Check whether --with-pgsql-libs or --without-pgsql-libs was given.
 if test "${with_pgsql_libs+set}" = set; then
@@ -25547,7 +25547,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' <conftest.out >conftest2.out || exit 1
@@ -25559,7 +25559,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' <conftest.out >conftest2.out || exit 1