[Gnucash-changes] r14200 - gnucash/trunk - REactivate --enable-sql by reverting part of r14175; see bug#332251

Chris Shoemaker chris at cvs.gnucash.org
Thu May 25 20:23:35 EDT 2006


Author: chris
Date: 2006-05-25 20:23:34 -0400 (Thu, 25 May 2006)
New Revision: 14200
Trac: http://svn.gnucash.org/trac/changeset/14200

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/configure.in
Log:
   REactivate --enable-sql by reverting part of r14175; see bug#332251


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-05-26 00:14:28 UTC (rev 14199)
+++ gnucash/trunk/ChangeLog	2006-05-26 00:23:34 UTC (rev 14200)
@@ -1,3 +1,8 @@
+2006-05-25  Chris Shoemaker <chris.shoemaker at cox.net>
+
+	* configure.in: REactivate --enable-sql by reverting part of r14175 
+	see bug#332251.
+
 2006-05-24  Joshua Sled  <jsled at asynchronous.org>
 
 	* src/register/ledger-core/split-register-load.c (skip_cb):

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-05-26 00:14:28 UTC (rev 14199)
+++ gnucash/trunk/configure.in	2006-05-26 00:23:34 UTC (rev 14200)
@@ -586,14 +586,6 @@
 
     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