From: RvdE Date: Fri, 26 Sep 2014 09:15:21 +0000 (+0200) Subject: Update pdns_with_postgresql.m4 X-Git-Tag: auth-3.4.0~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1731%2Fhead;p=thirdparty%2Fpdns.git Update pdns_with_postgresql.m4 Small patch to fix compilation on FreeBSD (and possibly other UNIX distributions) --- diff --git a/m4/pdns_with_postgresql.m4 b/m4/pdns_with_postgresql.m4 index 1483f90662..60d54ffa84 100644 --- a/m4/pdns_with_postgresql.m4 +++ b/m4/pdns_with_postgresql.m4 @@ -3,8 +3,8 @@ AC_DEFUN([PDNS_WITH_POSTGRESQL],[ AS_HELP_STRING([--with-pgsql=], [root directory path of PgSQL installation] ), - [PGSQL_lib_check="$withval/lib/pgsql $with_pgsql/lib" - PGSQL_inc_check="$withval/include/pgsql" + [PGSQL_lib_check="$withval/lib/pgsql $withval/lib" + PGSQL_inc_check="$withval/include/pgsql $withval/include" ] )