From: Peter van Dijk Date: Mon, 6 Jan 2014 15:34:06 +0000 (+0100) Subject: fix typo X-Git-Tag: rec-3.6.0-rc1~262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8501bb0b66b95e3164b08fe4f6ed6b0011b623e3;p=thirdparty%2Fpdns.git fix typo --- diff --git a/m4/pdns_with_postgresql.m4 b/m4/pdns_with_postgresql.m4 index 080f786aef..139f137c41 100644 --- a/m4/pdns_with_postgresql.m4 +++ b/m4/pdns_with_postgresql.m4 @@ -22,7 +22,7 @@ AC_DEFUN([PDNS_WITH_POSTGRESQL],[ AS_HELP_STRING([--with-pgsql-includes=], [directory path of PgSQL header installation] ), - [PGSQL_inc_check="$withval/include/pgsql $withval/pgsql $withval"]i + [PGSQL_inc_check="$withval/include/pgsql $withval/pgsql $withval"] ) AC_MSG_CHECKING([for PgSQL library directory])