aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-26 15:24:24 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-26 15:24:24 +0200
commitd629ada1a20018c1cbc7f7e0badf0f8eca9b0fd7 (patch)
treed5e3998c8e915eb017adf8a5b3dd1e1253ed4189 /m4
parent8e4eba0e70690673643c0945bf6433f766a2bf65 (diff)
downloadlibmicrohttpd-d629ada1a20018c1cbc7f7e0badf0f8eca9b0fd7.tar.gz
libmicrohttpd-d629ada1a20018c1cbc7f7e0badf0f8eca9b0fd7.zip
-fix typos
Diffstat (limited to 'm4')
-rw-r--r--m4/mhd_check_cc_cflag.m42
-rw-r--r--m4/mhd_check_cc_ldflag.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/m4/mhd_check_cc_cflag.m4 b/m4/mhd_check_cc_cflag.m4
index f387495b..bdac60ec 100644
--- a/m4/mhd_check_cc_cflag.m4
+++ b/m4/mhd_check_cc_cflag.m4
@@ -9,7 +9,7 @@
9# The check is performing by prepending FLAG-TO-TEST to CFLAGS, then 9# The check is performing by prepending FLAG-TO-TEST to CFLAGS, then
10# prepending value of VARIABLE-TO-PREPEND-CFLAGS (if any) to CFLAGS, and 10# prepending value of VARIABLE-TO-PREPEND-CFLAGS (if any) to CFLAGS, and
11# then performing compile and link test. If test succeed without warnings, 11# then performing compile and link test. If test succeed without warnings,
12# then the flag is considered to be suppoted. Otherwise, if compile and link 12# then the flag is considered to be supported. Otherwise, if compile and link
13# without test flag can be done without any warning, the flag is considered 13# without test flag can be done without any warning, the flag is considered
14# to be unsuppoted. 14# to be unsuppoted.
15# 15#
diff --git a/m4/mhd_check_cc_ldflag.m4 b/m4/mhd_check_cc_ldflag.m4
index e5f57953..9eb5b96b 100644
--- a/m4/mhd_check_cc_ldflag.m4
+++ b/m4/mhd_check_cc_ldflag.m4
@@ -9,7 +9,7 @@
9# The check is performing by prepending FLAG-TO-TEST to LDFLAGS, then 9# The check is performing by prepending FLAG-TO-TEST to LDFLAGS, then
10# prepending value of VARIABLE-TO-PREPEND-LDFLAGS (if any) to LDFLAGS, and 10# prepending value of VARIABLE-TO-PREPEND-LDFLAGS (if any) to LDFLAGS, and
11# then performing compile and link test. If test succeed without warnings, 11# then performing compile and link test. If test succeed without warnings,
12# then the flag is considered to be suppoted. Otherwise, if compile and link 12# then the flag is considered to be supported. Otherwise, if compile and link
13# without test flag can be done without any warning, the flag is considered 13# without test flag can be done without any warning, the flag is considered
14# to be unsuppoted. 14# to be unsuppoted.
15# 15#