summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-12-17 01:38:06 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2011-12-17 01:38:06 +0200
commitc22d07a3d7bc380541bfb2603c6f5a2967ad63c9 (patch)
tree7b8a993914a572f18787f950c4ae637e057d865f /configure.ac
parent7f325d5c04a280e0711a09fef9eab86e128ace86 (diff)
downloadmailutils-c22d07a3d7bc380541bfb2603c6f5a2967ad63c9.tar.gz
mailutils-c22d07a3d7bc380541bfb2603c6f5a2967ad63c9.tar.bz2
Move Python support from experimental to stable features.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4edf48447..9472fb732 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1167,7 +1167,7 @@ case "${enableval}" in
yes) status_python=yes ;;
no) status_python=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-python) ;;
-esac],[status_python=$mu_build_experimental])
+esac],[status_python=yes])
AC_SUBST(PYTHON_LIBS)
AC_SUBST(PYTHON_INCLUDES)

Return to:

Send suggestions and report system problems to the System administrator.