glom r1769 - trunk



Author: arminb
Date: Sat Nov 29 14:31:19 2008
New Revision: 1769
URL: http://svn.gnome.org/viewvc/glom?rev=1769&view=rev

Log:
2008-11-29  Armin Burgmeier  <armin openismus com>

	* configure.in: Fixed the description of the --with-postgres-utils
	option to match the default.


Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat Nov 29 14:31:19 2008
@@ -144,7 +144,7 @@
 	# Ask user for path to the directory containing the postgresql utilities, such as the postmaster executable, so we can self-host postgresql databases:
 	# We default to the path used by Ubuntu (Dapper and Edgy) so that the build works at least somewhere by default.
 	AC_ARG_WITH(postgres-utils,
-	    [ --with-postgres-utils=<path> path to the postmaster executable. e.g. /usr/lib/postgresql/8.2/bin (ignored on Windows)],
+	    [ --with-postgres-utils=<path> path to the postmaster executable. e.g. /usr/lib/postgresql/8.3/bin (ignored on Windows)],
 	    [POSTGRES_UTILS_PATH=$with_postgres_utils],
 	    [POSTGRES_UTILS_PATH=/usr/lib/postgresql/8.3/bin]
 	)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]