aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-12-27 11:04:53 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-12-27 11:04:53 +0100
commitfc848aaff3711b3ed28f789b85b1fecd20b794d5 (patch)
tree6446247d046fcfa319ff3dc451653e132b3c27b8
parent0c4ef0dd38ab3ddaa9e2cb1d2a04b5c8e9f04cd8 (diff)
downloadlibmicrohttpd-fc848aaff3711b3ed28f789b85b1fecd20b794d5.tar.gz
libmicrohttpd-fc848aaff3711b3ed28f789b85b1fecd20b794d5.zip
-typo
-rw-r--r--m4/mhd_check_link_run.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/mhd_check_link_run.m4 b/m4/mhd_check_link_run.m4
index 731ab81e..0f28bd74 100644
--- a/m4/mhd_check_link_run.m4
+++ b/m4/mhd_check_link_run.m4
@@ -12,7 +12,7 @@
12# COMMAND_IF_CROSS_COMPILING action must set CACHE_ID variable to "yes", "no", 12# COMMAND_IF_CROSS_COMPILING action must set CACHE_ID variable to "yes", "no",
13# "assuming yes" or "assuming no". 13# "assuming yes" or "assuming no".
14# ACTION_IF_SUCCEED is executed if result is "yes" or "assuming yes". 14# ACTION_IF_SUCCEED is executed if result is "yes" or "assuming yes".
15# ACTION_IF_FAILED is execuded if result is "no" or "assuming no". 15# ACTION_IF_FAILED is executed if result is "no" or "assuming no".
16# 16#
17# Example usage: 17# Example usage:
18# 18#