mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Don't look for backend libraries in old autotools subdirs.
Partly addresses Bug 794526
This commit is contained in:
parent
e3e1464a01
commit
cdcb230a31
@ -74,9 +74,9 @@ gnc_engine_init_part2()
|
||||
} libs[] =
|
||||
{
|
||||
#if defined( HAVE_DBI_DBI_H )
|
||||
{ "dbi", "gncmod-backend-dbi", TRUE },
|
||||
{ "", "gncmod-backend-dbi", TRUE },
|
||||
#endif
|
||||
{ "xml", "gncmod-backend-xml", TRUE },
|
||||
{ "", "gncmod-backend-xml", TRUE },
|
||||
{ NULL, NULL, FALSE }
|
||||
}, *lib;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user