On Feb 23, 2010, at 2:47 AM, Philip Lowman wrote:
> A patch is attached.
Applied, thanks.
> I trust you already changed the reference from "zconf.h.in" to "zconf.h.cmakein" in the CMakeLists.txt?
Indeed I did. I presume you mean this:
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/zconf.h.cmakein
${CMAKE_CURRENT_BINARY_DIR}/zconf.h @ONLY)
Mark