configure.ac: always use pkg-config to detect hal
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 14:43:30 +0000 (16:43 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 14:45:52 +0000 (16:45 +0200)
commite1565a0ea91cdc31394183953811653506e2e15f
tree02039d1de25e1973ace50b2641cb23dc910d45f2
parentaa7f357b7638cb9a0d589f3c9a4f8cd13b60f8e3
configure.ac: always use pkg-config to detect hal

Hal needs dbus, but we need pkg-config to tell us that.
Now that pkg-config is not optional anymore, rewrite the
check to always use it. Also add a check for the header.

Fixes building the uuid plugin on Solaris 11.3
configure.ac