]> git.pld-linux.org Git - packages/glom.git/blob - glom-postgres-utils.patch
- Requires(post,postun): gtk-update-icon-cache
[packages/glom.git] / glom-postgres-utils.patch
1 diff -urN glom-1.8.5/configure.in glom-1.8.5.new/configure.in
2 --- glom-1.8.5/configure.in     2009-01-04 17:59:33.000000000 +0100
3 +++ glom-1.8.5.new/configure.in 2009-02-11 11:20:00.000000000 +0100
4 @@ -151,14 +151,6 @@
5  
6         AC_SUBST(POSTGRES_UTILS_PATH)
7         AC_DEFINE_UNQUOTED([POSTGRES_UTILS_PATH], ["${POSTGRES_UTILS_PATH}"], [Path to the postgres utilities, such as postmaster.])
8 -
9 -       if test $enable_client_only != yes; then
10 -               # Check that the supplied (or default) path really contains the postgres utilities:
11 -               AC_CHECK_PROG(HAVE_POSTMASTER, postmaster, yes, no, ${POSTGRES_UTILS_PATH})
12 -               if test "x$HAVE_POSTMASTER" = "xno"; then
13 -               AC_MSG_ERROR([The postgres utilities could not be found in the path: ${POSTGRES_UTILS_PATH}. They are needed for self-hosting of Glom databases. Please make sure that Postgres is installed, and provide the correct path with the --with-postgres-utils option.])
14 -               fi
15 -       fi
16  fi
17  
18  
This page took 0.028471 seconds and 3 git commands to generate.