Commit 91d576de8b890f9a9f86b0d0c711edd3a8ed90a7

Nick Wellnhofer 2019-04-09T13:16:50

Make configure.ac work with older pkg-config Older versions of pkg.m4 require the action-if-not-found argument of the PKG_CHECK_MODULES macro to be non-empty. Use a colon (null command) instead of an empty string. Fixes #50.