]> git.eshelyaron.com Git - emacs.git/commit
Use pkg-config to find lcms2 CFLAGS and LIBS (Bug#30346)
authorNoam Postavsky <npostavs@gmail.com>
Mon, 5 Feb 2018 01:43:26 +0000 (20:43 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 17 Feb 2018 13:49:18 +0000 (08:49 -0500)
commitcb3863370cbe574810f796726faa39ba0de0a429
tree45e110fe5a067031ca4a0c5d3d586ab56ba56f02
parent0f5cc9a085565c4f6d6d7e124a8b2965d8800ae5
Use pkg-config to find lcms2 CFLAGS and LIBS (Bug#30346)

* configure.ac: Use EMACS_CHECK_MODULES fors LCMS2 rather than
AC_SEARCH_LIBS.
* src/Makefile.in: Get LCMS2_LIBS and LCMS2_CFLAGS from configure,
instead of just LIBLCMS2.
configure.ac
src/Makefile.in