Browse Source

Do not bail out when pg_config is not found.

Sree Harsha Totakura 9 năm trước cách đây
mục cha
commit
0f78836a92
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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