ports/finance/gnucash/files/patch-configure
Chris Rees 2b992cf057 Update to 2.4.9
PR:		ports/164449
Submitted by:	Guido Falsi <mad@madpilot.net>
Approved by:	kwm
2012-02-27 20:40:30 +00:00

11 lines
310 B
Text

--- configure.orig 2012-01-11 01:22:04.000000000 +0100
+++ configure 2012-01-24 13:21:07.245448698 +0100
@@ -21160,7 +21160,7 @@
CUSTOM_GNC_DBD_DIR_FALSE=
fi
- if test "x$ac_cv_header_dbi_dbi_h" != xno; then
+ if test "x$ac_cv_header_dbi_dbi_h" = xyes; then
WITH_DBI_TRUE=
WITH_DBI_FALSE='#'
else