Remove some unused python configure variables.

This commit is contained in:
tgoff0 2015-05-22 00:56:06 +00:00
parent aedd808f1a
commit f4699f5bc1

View file

@ -250,8 +250,6 @@ if test "x$want_python" = "xyes"; then
pythondir=`echo ${pythondir} | sed -e 's,[$][{]prefix[}],${pyprefix},g'`
pyexecdir=`echo ${pyexecdir} | sed -e 's,[$][{]exec_prefix[}],${pyprefix},g'`
fi
PYTHON_PREFIX=$($PYTHON -c 'import sys; print sys.prefix')
PYTHON_EXEC_PREFIX=$($PYTHON -c 'import sys; print sys.exec_prefix')
else
# Namespace support requires Python support
want_linux_netns=no