summaryrefslogtreecommitdiffstats
path: root/python/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'python/configure.in.in')
-rw-r--r--python/configure.in.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/python/configure.in.in b/python/configure.in.in
deleted file mode 100644
index a90293f2..00000000
--- a/python/configure.in.in
+++ /dev/null
@@ -1,11 +0,0 @@
-
-KDE_CHECK_PYTHON(1.5)
-# FIXME which version do we need? dcoppython requires 1.5 but we need 2.3 I think.
-
-if test -z "$LIBPYTHON" || test -z "$PYTHONINC"; then
- DO_NOT_COMPILE="$DO_NOT_COMPILE python"
-fi
-
-#AC_ARG_VAR([PYTHON])
-#AC_PATH_PROG([PYTHON],[python])
-#AC_OUTPUT(python/Makefile)