summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-15 09:27:19 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-15 09:49:39 +0300
commitbf0534dad63bda9112c71f56dca42fd8afa27479 (patch)
treebb399243b29cf69763fff9b41d62ff8416643172 /configure.ac
parentb28f25aa9eeed71bd3f399a9c8fc4f1497b92e82 (diff)
MINGW_PYTHON_EXE is unused
Change-Id: I4fb439a3605fc031b0f2e5ca4c91b6413e188181
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index cb5a476b76be..be863741f29e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7512,11 +7512,6 @@ if test $enable_python = system; then
PYTHON_CFLAGS="-I${MINGW_SYSROOT}/include/python$python_version"
PYTHON_LIBS="-L${MINGW_SYSROOT}/lib -lpython$python_version $python_libs"
AC_MSG_CHECKING([for python.exe])
- AS_IF([test -f "$MINGW_SYSROOT/bin/python.exe"],
- [AC_MSG_RESULT([$MINGW_SYSROOT/bin/python.exe])
- MINGW_PYTHON_EXE=python.exe],
- [AC_MSG_RESULT([not found])
- AC_MSG_ERROR([could not find python.exe])])
libo_MINGW_CHECK_DLL([libpython$python_version])
libo_MINGW_CHECK_DLL([libreadline6])
libo_MINGW_CHECK_DLL([libtermcap])
@@ -7610,7 +7605,6 @@ AC_SUBST(PYTHON_LIBS)
AC_SUBST(PYTHON_VERSION)
AC_SUBST(PYTHON_VERSION_MAJOR)
AC_SUBST(PYTHON_VERSION_MINOR)
-AC_SUBST([MINGW_PYTHON_EXE])
AC_MSG_CHECKING([whether to build the MariaDB/MySQL Connector extension])
if test "x$enable_ext_mariadb_connector" = "xyes" -a "x$enable_extension_integration" != "xno"; then