diff options
author | Akira TAGOH <akira@tagoh.org> | 2017-05-31 13:55:33 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2017-05-31 13:55:33 +0900 |
commit | ae9900b8d83bf5ddef22b4d49ab033dcae29bb66 (patch) | |
tree | dcfa42f0c0b355585b5741f9b0e60d9e78a7c696 /doc | |
parent | 3e4198674dee1c14bec70016ccf0608c69c308cc (diff) |
Bug 101202 - fontconfig FTBFS if docbook-utils is installed
https://bugs.freedesktop.org/show_bug.cgi?id=101202
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 9141ab23..670aa54b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -123,7 +123,7 @@ noinst_PROGRAMS = \ edit_sgml_SOURCES = \ edit-sgml.c \ $(NULL) -edit_sgml_CC = $(CC_FOR_BUILD) +edit_sgml_CC := $(CC_FOR_BUILD) # check_SCRIPTS = \ check-missing-doc \ |