Просмотр исходного кода

Do not bail out when pg_config is not found.

Sree Harsha Totakura 9 лет назад
Родитель
Сommit
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