]> granicus.if.org Git - graphviz/commit
fix: lookup Guile version by guile-config, not guile
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 27 Dec 2020 22:50:32 +0000 (14:50 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Jan 2021 22:43:47 +0000 (14:43 -0800)
commit1a09b51857dd778a2b65cf2faa52dd4d40663a56
tree870dfc68c37d6342b9294de0c3d02f798598c0aa
parent915b0742d1a8c0b050832a3ed46b1e04b088e961
fix: lookup Guile version by guile-config, not guile

The Autotools build system was using the binary "guile" to detect what version
of Guile to build and link against. However, this is the Guile runtime system,
not the Guile developer dependencies. The effect of this was that the build
system could detect e.g. Guile 2.0 when guile20-devel was not installed. Related
to #1885.
configure.ac