]> git.notmuchmail.org Git - notmuch/commit
configure: add workaround for systems without zlib.pc
authorFelipe Contreras <felipe.contreras@gmail.com>
Mon, 12 May 2014 03:09:32 +0000 (22:09 -0500)
committerDavid Bremner <david@tethera.net>
Sat, 21 Jun 2014 19:40:39 +0000 (16:40 -0300)
commit0c698ef0374b671d3b6a8def2d9c113797ceaec3
tree8f50497bc5b3af373d20b81b0fa2ce0bded2d4aa
parentdc64ab67207fef897bca88741fc42330793d7bd8
configure: add workaround for systems without zlib.pc

Some systems (e.g. FreeBSD) might not have installed the appropriate
pkg-config file as they should. We can workaround the issue by creating
the .pc file they should have distributed.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
compat/.gitignore [new file with mode: 0644]
compat/gen_zlib_pc.c [new file with mode: 0644]
configure