瀏覽代碼

Do not bail out when pg_config is not found.

Sree Harsha Totakura 9 年之前
父節點
當前提交
0f78836a92
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      m4/ax_lib_postgresql.m4

+ 1 - 1
m4/ax_lib_postgresql.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])
+            dnl AC_MSG_ERROR([$PG_CONFIG does not exist or it is not an exectuable file])
             PG_CONFIG="no"
             found_postgresql="no"
         fi