2001-06-09 Dave Peticolas <dave@krondo.com>

* configure.in: fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4576 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-06-10 01:59:10 +00:00
parent e0366c6b1b
commit 715716458e
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2001-06-09 Dave Peticolas <dave@krondo.com>
* configure.in: fix bug
* doc/sgml/C/xacc-about.sgml: update credits
* src/gnome/window-main.c (gnc_main_window_about_cb): update

View File

@ -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,