K 10 svn:author V 8 tcberner K 8 svn:date V 27 2020-08-02T16:04:58.699885Z K 7 svn:log V 555 textproc/gtk-doc: make configure dependency on highlight explicit If textproc/source-highlight is installed when you run 'make -C textproc/gtk-doc configure', the configure phase will detect source-highlight first before highlight. This makes gtk-doc implicitly dependent on source-highlight. If source-highlight is later removed, gtk-doc is broken (config.py contains a now invalid reference to source-highlight). This is solved by specifying --with-highlight=highlight for configure. PR: 240536 Submitted by: John Hein END