gnucash maint: Remove configuration of HAVE_PUTENV.

John Ralls jralls at code.gnucash.org
Sun Oct 16 06:09:27 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/c68452a4 (commit)
	from  https://github.com/Gnucash/gnucash/commit/38e6d7f7 (commit)



commit c68452a497ce707c662df2efc5bef9ef9123a6ce
Author: Rob.Gowin <robgowin at gmail.com>
Date:   Fri Oct 14 14:17:04 2016 -0500

    Remove configuration of HAVE_PUTENV.
    
    The Python includes files for Windows define HAVE_PUTENV to be
    empty. GnuCash under MINGW (only) defines it to be 1. This causes
    redefinition errors when building the Python bindings on Windows.
    HAVE_PUTENV is not used in the GnuCash code base, so the best
    solution seems to be to just get rid of it.



Summary of changes:
 src/CMakeLists.txt    | 4 ----
 src/config.h.cmake.in | 3 ---
 2 files changed, 7 deletions(-)



More information about the gnucash-patches mailing list