]> git.pld-linux.org Git - packages/pdns.git/blame - pdns-configure.patch
- up to 2.9.19, rel 0.1
[packages/pdns.git] / pdns-configure.patch
CommitLineData
5e71bc9d 1diff -urN orig/configure my/configure
2--- orig/configure 2004-02-28 21:39:56.000000000 +0100
3+++ my/configure 2004-03-11 12:35:50.000000000 +0100
4@@ -21470,7 +21470,7 @@
5 PGSQL_libdir=
6 for m in $PGSQL_lib_check; do
7 if test -d "$m" && \
8- (test -f "$m/libpq.a" || test -f "$m/libpq++.a")
9+ (test -f "$m/libpq.so" || test -f "$m/libpq++.so")
10 then
11 PGSQL_libdir=$m
12 break
This page took 0.096643 seconds and 4 git commands to generate.