build: Fix check for previously installed cython bindings

Due to the removal of pkg-config check for libxml2, $PKG_CONFIG was not
defined and a check for libplist's include dir via pkg-config failed.
By invoking PKG_PROG_PKG_CONFIG $PKG_CONFIG will be defined and the check
works again.
1 file changed