From 57936b7d6971e736753098dc11e1a2c9455d225e Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Fri, 20 Dec 2024 12:50:40 +0100 Subject: [PATCH] Updated one more unused Makefile.am --- src/testcurl/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am index 3897823c..a1745f7a 100644 --- a/src/testcurl/Makefile.am +++ b/src/testcurl/Makefile.am @@ -163,7 +163,7 @@ check_PROGRAMS += \ perf_get endif -if MHD_ENABLE_BAUTH +if MHD_SUPPORT_AUTH_BASIC check_PROGRAMS += \ test_basicauth test_basicauth_preauth \ test_basicauth_oldapi test_basicauth_preauth_oldapi @@ -180,7 +180,7 @@ check_PROGRAMS += \ endif -if ENABLE_DAUTH +if MHD_SUPPORT_AUTH_DIGEST if ENABLE_MD5 THREAD_ONLY_TESTS += \ test_digestauth \