From f2a7be3a1a21816b8a5272e9e2ab88ef44c751a6 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 27 Jan 2024 10:55:03 +0100 Subject: [PATCH] configure.ac: print external browser and vpnc script Signed-off-by: Nikos Mavrogiannopoulos --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index e97535af..54afa25a 100644 --- a/configure.ac +++ b/configure.ac @@ -1501,6 +1501,8 @@ SUMMARY([PPP tests], [$enable_ppp_tests]) SUMMARY([Flask tests], [$have_python36_flask]) SUMMARY([Insecure debugging], [$insecure_debugging]) SUMMARY([NSIS installer], [$build_nsis]) +SUMMARY([External browser], [${with_external_browser}]) +SUMMARY([VPNC script], [${with_vpnc_script}]) if test "$ssl_library" = "OpenSSL"; then AC_MSG_WARN([[ -- 2.50.1