[Gnucash-changes] r14175 - gnucash/trunk - Deactivate --enable-sql because PostgreSQL backend is still broken and we can't fix it before 2.0.0; bug#332251.

Christian Stimming cstim at cvs.gnucash.org
Wed May 24 05:17:35 EDT 2006


Author: cstim
Date: 2006-05-24 05:17:34 -0400 (Wed, 24 May 2006)
New Revision: 14175
Trac: http://svn.gnucash.org/trac/changeset/14175

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/configure.in
Log:
Deactivate --enable-sql because PostgreSQL backend is still broken and we can't fix it before 2.0.0; bug#332251.

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-05-24 09:01:34 UTC (rev 14174)
+++ gnucash/trunk/ChangeLog	2006-05-24 09:17:34 UTC (rev 14175)
@@ -1,3 +1,8 @@
+2006-05-24  Christian Stimming <stimming at tuhh.de>
+
+	* configure.in: Deactivate --enable-sql because PostgreSQL backend
+	is still broken and we can't fix it before 2.0.0; bug#332251.
+
 2006-05-23  Joshua Sled  <jsled at asynchronous.org>
 
 	* src/register/register-gnome/gnucash-sheet.c

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-05-24 09:01:34 UTC (rev 14174)
+++ gnucash/trunk/configure.in	2006-05-24 09:17:34 UTC (rev 14175)
@@ -586,6 +586,14 @@
 
     if test "x$enableval" != "xno" ; then
 
+      AC_MSG_ERROR([
+
+  We are very sorry, but the PostgreSQL backend is currently 
+  completely broken. --enable-sql has been disabled because of this. 
+  See e. g. http://bugzilla.gnome.org/show_bug.cgi?id=332251
+
+]) 
+
       PGSQL_CFLAGS=`${PG_CONFIG} --includedir`
       if test "x$PGSQL_CFLAGS" != x; then
 	PGSQL_CFLAGS="-I${PGSQL_CFLAGS}"



More information about the gnucash-changes mailing list