]> git.pld-linux.org Git - packages/glom.git/blob - glom-postgres-utils.patch
- don't check for postgres utils at build time
[packages/glom.git] / glom-postgres-utils.patch
1 diff -urN glom-1.6.13/configure.in glom-1.6.13.new/configure.in
2 --- glom-1.6.13/configure.in    2008-04-05 00:22:56.000000000 +0200
3 +++ glom-1.6.13.new/configure.in        2008-04-07 13:29:21.000000000 +0200
4 @@ -128,15 +128,6 @@
5  AC_SUBST(POSTGRES_UTILS_PATH)
6  AC_DEFINE_UNQUOTED([POSTGRES_UTILS_PATH], ["${POSTGRES_UTILS_PATH}"], [Path to the postgres utilities, such as postmaster.])
7  
8 -if test $enable_client_only != yes; then
9 -       # Check that the supplied (or default) path really contains the postgres utilities:
10 -       AC_CHECK_PROG(HAVE_POSTMASTER, postmaster, yes, no, ${POSTGRES_UTILS_PATH})
11 -       if test "x$HAVE_POSTMASTER" = "xno"; then
12 -       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.])
13 -       fi
14 -fi
15 -
16 -
17  # Allow use of gnome-doc-utils to be disabled for platforms (For instance, Maemo) that don't have it:
18  AC_ARG_ENABLE([doc-utils],
19         AC_HELP_STRING([--enable-doc-utils],
This page took 0.130722 seconds and 3 git commands to generate.