build: no need for error message in PKG_CHECK_MODULES
authorJan Engelhardt <jengelh@medozas.de>
Sat, 30 Oct 2010 21:09:45 +0000 (23:09 +0200)
committerr.kubiak <r.kubiak@samsung.com>
Mon, 16 Nov 2015 13:12:06 +0000 (14:12 +0100)
commit9d134d6be184e4ea4237ec4c58306f0bfab8da13
tree183d352c434623ae9ad2360e9ae52511e2ed8313
parent0bb602c405946fe7a972f01b284da7f0a8f60cf2
build: no need for error message in PKG_CHECK_MODULES

PKG_CHECK_MODULES already produces its own (and more verbose) messsage
when a module cannot be found.

Mucking around with CFLAGS and LIBS is also not needed since pkgconfig
takes care of providing variables, so let's use them in Makefile.am.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
configure.ac
src/Makefile.am