From b6ca2e66c598a4fbb54fbfa9ab6d5fb43724ef5f Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Tue, 20 Feb 2024 21:08:59 +0500 Subject: [PATCH] Excluded example with basic auth when basic auth is disabled --- doc/examples/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 67302b2f..e28fdf6c 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -28,12 +28,12 @@ noinst_PROGRAMS = \ if ENABLE_BAUTH noinst_PROGRAMS += \ basicauthentication -endif - if ENABLE_HTTPS noinst_PROGRAMS += \ tlsauthentication endif +endif + if HAVE_POSTPROCESSOR noinst_PROGRAMS += simplepost largepost sessions endif