configure: Call a function from zlib in check_zlib()
commitfd7fc91e1274812e217c7201153c556377e449da
authorTobias Klauser <tklauser@distanz.ch>
Mon, 8 Jul 2013 13:07:51 +0000 (8 15:07 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Mon, 8 Jul 2013 13:09:47 +0000 (8 15:09 +0200)
treeb7fb53e786705d6543eb37d7e827e1f0c472face
parentc11ff891614efc8b939d906c00ed63b02f807f13
configure: Call a function from zlib in check_zlib()

In order to cause the linker to get called and thus the check for the
presence of the library (not just the headers) to be performed, call
gzopen(). Also pass the proper linker flags to $CC.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
configure