From 72e1143ce7b263012c2d8ef8b5e0fbb361b1d574 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sun, 27 Dec 2020 18:09:43 +0300 Subject: [PATCH] Fixed build with --disable-bauth --- doc/examples/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 7bb02dac..ee4c3ce6 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -12,10 +12,14 @@ endif # example programs noinst_PROGRAMS = \ - basicauthentication \ hellobrowser \ logging \ - responseheaders + responseheaders + +if ENABLE_BAUTH +noinst_PROGRAMS += \ + basicauthentication +endif if ENABLE_HTTPS noinst_PROGRAMS += \