From 016d810c5800c1c96f86b6c0f18812b0e737fee6 Mon Sep 17 00:00:00 2001 From: RvdE Date: Fri, 26 Sep 2014 11:15:21 +0200 Subject: [PATCH] Update pdns_with_postgresql.m4 Small patch to fix compilation on FreeBSD (and possibly other UNIX distributions) --- m4/pdns_with_postgresql.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ] ) -- 2.47.2