summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aa22ea0d31..23612e5ac4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1136,7 +1136,7 @@ AC_ARG_ENABLE(shell,
if test "x$enable_shell" != "xno"; then
major=`echo $PYTHON_VERSION | cut -d '.' -f 1`
if test "x$major" != "x3"; then
- AC_MSG_WARN("kea-shell does not support python2")
+ AC_MSG_ERROR([kea-shell does not support python2])
fi
fi