REactivate --enable-sql by reverting part of r14175; see bug#332251

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14200 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/register-rewrite
Chris Shoemaker 20 years ago
parent 514086e496
commit 275f768325

@ -1,3 +1,8 @@
2006-05-25 Chris Shoemaker <chris.shoemaker@cox.net>
* configure.in: REactivate --enable-sql by reverting part of r14175
see bug#332251.
2006-05-24 Joshua Sled <jsled@asynchronous.org>
* src/register/ledger-core/split-register-load.c (skip_cb):

@ -586,14 +586,6 @@ AC_ARG_ENABLE( sql,
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}"

Loading…
Cancel
Save