mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 01:16:43 -06:00
Reverse the test for HAVE_DBI
ac_cv_header_dbi_dbi_h is set only if want_dbi is true, so testing for != no succeeds if dbi isn't enabled -- which is not what we want. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21867 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a90e5086a3
commit
2a50ac6461
@ -545,7 +545,7 @@ fi
|
||||
AC_SUBST(LIBDBI_LIBS)
|
||||
AC_SUBST(GNC_DBD_DIR)
|
||||
AM_CONDITIONAL(CUSTOM_GNC_DBD_DIR, [test x"$GNC_DBD_DIR" != "x"])
|
||||
AM_CONDITIONAL(WITH_DBI, [test "x$ac_cv_header_dbi_dbi_h" != xno])
|
||||
AM_CONDITIONAL(WITH_DBI, [test "x$ac_cv_header_dbi_dbi_h" == xyes])
|
||||
|
||||
### --------------------------------------------------------------------------
|
||||
### Variables
|
||||
|
Loading…
Reference in New Issue
Block a user