From: Slawek Figiel Date: Thu, 29 Jun 2023 11:35:06 +0000 (+0200) Subject: [#2467] Fix reporting shell X-Git-Tag: Kea-2.4.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2641f042bd82dc94f005c413957e0aed2f76a2b1;p=thirdparty%2Fkea.git [#2467] Fix reporting shell --- diff --git a/configure.ac b/configure.ac index dd01c8e65c..2a5c9fbd40 100644 --- a/configure.ac +++ b/configure.ac @@ -1203,7 +1203,9 @@ if test "x$enable_shell" != xno -o "x$enable_generate_docs" != xno; then # Restore prefix. prefix="$saved_prefix" - shell_report='yes' + if test "x$enable_shell" != "xno"; then + shell_report='yes' + fi else PYTHON=no fi