]> granicus.if.org Git - graphviz/commit
Avoid cases where `$with_libgd = yes` in spite of `$use_gd != Yes`
authorLemures Lemniscati <lemures.lemniscati@gmail.com>
Mon, 28 Jun 2021 09:14:39 +0000 (18:14 +0900)
committerLemures Lemniscati <lemures.lemniscati@gmail.com>
Tue, 29 Jun 2021 09:03:27 +0000 (18:03 +0900)
commit30abf353b5049e3e2d2e352072f182ab01adf8b2
treef009635c8a25736a3f80dc7a42146bf2313e2565
parent15a9890b8e1cbfdb290be6dd116b8376be1cf82b
Avoid cases where `$with_libgd = yes` in spite of `$use_gd != Yes`

Such cases would have occurred when
the first `test "x$use_gd" = "x"` [1] is true
and then the third `test "x$use_gd" = "x"` [2] is false.

[1]: Just before `PKG_CHECK_MODULES([GDLIB], [gdlib >= 2.0.33],[`
[2]: Just before `# see if we can use the external gd lib`
configure.ac