From: Matthew Fernandez Date: Sat, 5 Jun 2021 18:25:33 +0000 (-0700) Subject: remove unused PYTHON3_VERSION_SHORT configuration variable X-Git-Tag: 2.47.3~8^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d21097efb131d94ba07184d05424db15bec5121b;p=graphviz remove unused PYTHON3_VERSION_SHORT configuration variable 32466ecc452102a1fc84f4331c0ed099da4e7edc replicated this from the unified Python support without noticing it is unused in the Python 3 case. --- diff --git a/configure.ac b/configure.ac index e4dbf8a2f..a3d4f34f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1349,7 +1349,6 @@ else else PYTHON3_VERSION_MAJOR=`echo $PYTHON3_VERSION | cut -d '.' -f 1` PYTHON3_VERSION_MINOR=`echo $PYTHON3_VERSION | cut -d '.' -f 2` - PYTHON3_VERSION_SHORT=$PYTHON3_VERSION_MAJOR.$PYTHON3_VERSION_MINOR if test $PYTHON3_VERSION_MAJOR -lt 3; then if test $PYTHON3_VERSION_MAJOR -lt 2; then PYTHON3=