Remove some unused python configure variables.
This commit is contained in:
parent
aedd808f1a
commit
f4699f5bc1
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue