r22458 - gnucash/trunk - [Bug 686830] Non-portable equality test in configure.ac

John Ralls jralls at code.gnucash.org
Sat Oct 27 19:29:32 EDT 2012


Author: jralls
Date: 2012-10-27 19:29:32 -0400 (Sat, 27 Oct 2012)
New Revision: 22458
Trac: http://svn.gnucash.org/trac/changeset/22458

Modified:
   gnucash/trunk/configure.ac
Log:
[Bug 686830] Non-portable equality test in configure.ac

[BP]

Modified: gnucash/trunk/configure.ac
===================================================================
--- gnucash/trunk/configure.ac	2012-10-27 23:29:22 UTC (rev 22457)
+++ gnucash/trunk/configure.ac	2012-10-27 23:29:32 UTC (rev 22458)
@@ -543,7 +543,7 @@
 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" == xyes])
+AM_CONDITIONAL(WITH_DBI, [test "x$ac_cv_header_dbi_dbi_h" = xyes])
 
 ### --------------------------------------------------------------------------
 ### Variables



More information about the gnucash-changes mailing list