]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2467] Use an error rather than a warning
authorSlawek Figiel <slawek@isc.org>
Wed, 28 Jun 2023 17:22:48 +0000 (19:22 +0200)
committerSlawek Figiel <slawek@isc.org>
Thu, 29 Jun 2023 11:44:29 +0000 (13:44 +0200)
configure.ac

index aa22ea0d319928672fc56a48cc4979d8d276c3b2..23612e5ac4a041bcfc385de9237f1474c564161a 100644 (file)
@@ -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