projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0965d1
)
Only warn if pg_conf not found in m4/postgres.m4
author
Ari Johnson
<ari@theari.com>
Tue, 26 Apr 2011 03:29:51 +0000
(22:29 -0500)
committer
Ari Johnson
<ari@theari.com>
Tue, 26 Apr 2011 03:29:51 +0000
(22:29 -0500)
m4/postgres.m4
patch
|
blob
|
history
diff --git
a/m4/postgres.m4
b/m4/postgres.m4
index 0bc5fb7202c0dd83ff5e0c1d967c34fd1a9d9f36..92dbfad59120c478a838963cf0b800c0badaa98a 100644
(file)
--- a/
m4/postgres.m4
+++ b/
m4/postgres.m4
@@
-80,7
+80,7
@@
AC_DEFUN([AX_LIB_POSTGRESQL],
fi
if test ! -x "$PG_CONFIG"; then
- AC_MSG_
ERROR
([$PG_CONFIG does not exist or it is not an exectuable file])
+ AC_MSG_
WARN
([$PG_CONFIG does not exist or it is not an exectuable file])
PG_CONFIG="no"
found_postgresql="no"
fi