]> 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)
committerEli Zaretskii <eliz@gnu.org>
Sun, 21 Apr 2019 11:16:16 +0000 (14:16 +0300)
commitbacdaa5b25f9946290d81325e8f7b94c1705c0a2
tree71e4b65a34d0b76b067b2d5349cc3d28c47ad9a4
parentf90a3360d8c724d61ff89a2e788542a4ff6cb352
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.

(cherry picked from commit cb3863370cbe574810f796726faa39ba0de0a429)
configure.ac
src/Makefile.in