You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/python/configure.in.in

12 lines
290 B

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)