diff options
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r-- | src/microhttpd/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am index a802b580..ef5f9bb5 100644 --- a/src/microhttpd/Makefile.am +++ b/src/microhttpd/Makefile.am | |||
@@ -295,9 +295,11 @@ endif | |||
295 | endif | 295 | endif |
296 | 296 | ||
297 | if HAVE_ANYAUTH | 297 | if HAVE_ANYAUTH |
298 | if HAVE_MESSAGES | ||
298 | check_PROGRAMS += \ | 299 | check_PROGRAMS += \ |
299 | test_auth_parse | 300 | test_auth_parse |
300 | endif | 301 | endif |
302 | endif | ||
301 | if ENABLE_DAUTH | 303 | if ENABLE_DAUTH |
302 | check_PROGRAMS += \ | 304 | check_PROGRAMS += \ |
303 | test_str_quote \ | 305 | test_str_quote \ |