ソースを参照

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