From 715716458e8c467ed256357aac36bb6b88a388fa Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Sun, 10 Jun 2001 01:59:10 +0000 Subject: [PATCH] 2001-06-09 Dave Peticolas * configure.in: fix bug git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4576 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 2 ++ configure.in | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 224373c479..7e2ec30160 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-06-09 Dave Peticolas + * configure.in: fix bug + * doc/sgml/C/xacc-about.sgml: update credits * src/gnome/window-main.c (gnc_main_window_about_cb): update diff --git a/configure.in b/configure.in index 82b694a76a..618510ec5c 100644 --- a/configure.in +++ b/configure.in @@ -196,9 +196,10 @@ AC_ARG_ENABLE( sql, SQL_DIR=sql ], [ - AC_MSG_ERROR([Cannot find PosgreSQL libraries; won't build sql backend]) + AC_MSG_ERROR([Cannot find PosgreSQL libraries; will not build sql backend]) ] ) + LIBS="$saved_LIBS" fi fi ] @@ -206,6 +207,7 @@ AC_ARG_ENABLE( sql, AC_SUBST(SQL_DIR) + ### -------------------------------------------------------------------------- ### RPC AC_ARG_ENABLE( rpc,