]> granicus.if.org Git - curl/commit
configure: make it work without PKG_CHECK_MODULES
authorDaniel Stenberg <daniel@haxx.se>
Sun, 21 Aug 2016 21:34:48 +0000 (23:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 21 Aug 2016 21:34:48 +0000 (23:34 +0200)
commit95ded2c5691866d2ea86f673648777a677a30093
treee8acb83b562709c107696fb0b39646c4dca9c747
parentfba9dec5c53ac180ff253ff6087b9f07e33ad292
configure: make it work without PKG_CHECK_MODULES

With commit c2f9b78 we added a new dependency on pkg-config for
developers which may be unwanted. This change make the configure script
still work as before if pkg-config isn't installed, it'll just use the
old zlib detection logic without pkg-config.

Reported-by: Marc Hörsken
Fixes #972
configure.ac