From c09d6a5c092e26e12adf54770a6f7ef8a7e86312 Mon Sep 17 00:00:00 2001 From: "tgoff0@gmail.com" Date: Fri, 22 May 2015 00:56:06 +0000 Subject: [PATCH] Remove some unused python configure variables. --- trunk/configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/trunk/configure.ac b/trunk/configure.ac index a4cf2757..83b7de8b 100644 --- a/trunk/configure.ac +++ b/trunk/configure.ac @@ -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