]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns_with_postgresql.m4 1731/head
authorRvdE <tremere@cainites.net>
Fri, 26 Sep 2014 09:15:21 +0000 (11:15 +0200)
committerRvdE <tremere@cainites.net>
Fri, 26 Sep 2014 09:15:21 +0000 (11:15 +0200)
Small patch to fix compilation on FreeBSD (and possibly other UNIX distributions)

m4/pdns_with_postgresql.m4

index 1483f90662ab502caee63d4bd5cb2134332d07b6..60d54ffa842f91eb3f4a7e6e2aaece5d293981b1 100644 (file)
@@ -3,8 +3,8 @@ AC_DEFUN([PDNS_WITH_POSTGRESQL],[
     AS_HELP_STRING([--with-pgsql=<path>],
       [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"
    ]
   )