]> granicus.if.org Git - graphviz/commit
fix typo in error message when failing to find Python 2 install dir
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 18:20:34 +0000 (11:20 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Jun 2021 01:26:02 +0000 (18:26 -0700)
commitf4315f7d0226c3b66e40957af74b7da76465993c
tree04c59a0d48d95d4db6c13e9fbe577ec44ee1e1ee
parentf80563ee4b2af413e6c0d62dada2434b076bb85c
fix typo in error message when failing to find Python 2 install dir

32466ecc452102a1fc84f4331c0ed099da4e7edc replicated the unified Python bindings
support into Python 2 and Python 3 cases. However, it incorrectly used the
Python 3 variable in this error message instead of the Python 2 variable.
Related to #1992.
tclpkg/Makefile.am