Various fixes to gdlib detectionamule-svn-r10969
commitdc9343f34602db27a694ca8c9039200156dcf0ec
authorupstream svn <svn@amule.org>
Wed, 16 Nov 2016 19:37:51 +0000 (16 19:37 +0000)
committerDévai Tamás <gonosztopi@amule.org>
Thu, 17 Nov 2016 09:32:39 +0000 (17 09:32 +0000)
treee3165259180bdde400a5e567f77ddd4478ad23fa
parent1595991c7449ee66355a6a5011d7cb305969c40a
Various fixes to gdlib detection

* Changed == to = in equality test, there are some systems that understand
  only the latter.
* First check the pkg-config database for gdlib, and only if that fails we
  try gdlib-config. This saves a few deprecation warnings.
* If the user specifies --with-gdlib-config or --with-gdlib-prefix then use
  only those values, don't search the pkg-config database.
* Fixed results shown to the user if both pkg-config and gdlib-config failed
  to find a suitable gdlib version.
.svn-revision
configure
m4/gdlib.m4