aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-04-29 14:53:43 +0200
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-04-29 14:53:43 +0200
commit7472d893c701ea08db78f4b57c62b1de5af30c99 (patch)
tree432c043177bb1900ad5b8ae75604a21b281d870b /m4
parenta7f57068ed08cddb682f974715ffe16f9f9bfb6e (diff)
downloadlibmicrohttpd-master.tar.gz
libmicrohttpd-master.zip
mhd_bool.m4: one more minor correctionHEADmaster
Diffstat (limited to 'm4')
-rw-r--r--m4/mhd_bool.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/mhd_bool.m4 b/m4/mhd_bool.m4
index 19db6e2c..ef500e37 100644
--- a/m4/mhd_bool.m4
+++ b/m4/mhd_bool.m4
@@ -123,7 +123,7 @@ AC_CACHE_CHECK([[whether the defined "bool", "true" and "false" can work togethe
123]) 123])
124dnl end of AC_CACHE_CHECK 124dnl end of AC_CACHE_CHECK
125AS_VAR_IF([[mhd_cv_bool_true_false_work]], [["yes"]],[[:]],[dnl 125AS_VAR_IF([[mhd_cv_bool_true_false_work]], [["yes"]],[[:]],[dnl
126AC_MSG_FAILURE([cannot find suitable replacemnt for "bool", "true" and "false"]) 126AC_MSG_FAILURE([cannot find suitable replacements for "bool", "true" and "false"])
127]) 127])
128dnl end of AS_VAR_IF mhd_cv_bool_true_false_work "yes" 128dnl end of AS_VAR_IF mhd_cv_bool_true_false_work "yes"
129]) 129])