summaryrefslogtreecommitdiffstats
path: root/m4/ax_lib_postgresql.m4
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-30 08:39:14 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-30 08:39:14 +0000
commit9245d334df5ddcce1806d870b21585e6e5b45472 (patch)
treefedc218f636149a337666b7beb477cd90b87675c /m4/ax_lib_postgresql.m4
parent1369f99e2c98dea4a0d230b375d6cdf76096712b (diff)
downloadzabbix-9245d334df5ddcce1806d870b21585e6e5b45472.tar.gz
zabbix-9245d334df5ddcce1806d870b21585e6e5b45472.tar.xz
zabbix-9245d334df5ddcce1806d870b21585e6e5b45472.zip
- merged from branches/1.4.1 rev. 4204:4205 (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4206 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'm4/ax_lib_postgresql.m4')
-rw-r--r--m4/ax_lib_postgresql.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_lib_postgresql.m4 b/m4/ax_lib_postgresql.m4
index 3c70f824..5d0092d7 100644
--- a/m4/ax_lib_postgresql.m4
+++ b/m4/ax_lib_postgresql.m4
@@ -80,7 +80,7 @@ AC_DEFUN([AX_LIB_POSTGRESQL],
AC_PATH_PROG([PG_CONFIG], [pg_config], [no])
fi
- if test -rf "$PG_CONFIG"; then
+ if test -f "$PG_CONFIG"; then
AC_MSG_CHECKING([for PostgreSQL libraries])
POSTGRESQL_CPPFLAGS="-I`$PG_CONFIG --includedir`"