aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-09-07 12:33:29 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-09-07 12:33:29 +0300
commit7345c1498b99337c29053987c1da5f1cab18ad95 (patch)
tree9de5e5012c9624c3cf4a3d8a730370a96cf1c47b /configure.ac
parente2a52a91c687afc8f15b98a33ee6ed01a0a4a1ff (diff)
downloadlibmicrohttpd-7345c1498b99337c29053987c1da5f1cab18ad95.tar.gz
libmicrohttpd-7345c1498b99337c29053987c1da5f1cab18ad95.zip
Fix for e2a52a91c687afc8f15b98a33ee6ed01a0a4a1ff
Moved 'dnl' to the right place
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b61e1d4a..5568002c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2587,7 +2587,8 @@ AS_VAR_IF([enable_sanitizers], ["yes"],
2587 ) 2587 )
2588 ] 2588 ]
2589 ) 2589 )
2590 [dnl Ensure that '#' will be processed correctly 2590 dnl Ensure that '#' will be processed correctly
2591 [
2591 test_undf_prog=' 2592 test_undf_prog='
2592#include <stdio.h> 2593#include <stdio.h>
2593 2594