aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-03-03 13:12:07 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-03-03 13:12:07 +0300
commit29311f409720f69873f7e58bfcad6a21ba0521ad (patch)
treec65b758a808c04ffb9f07669a4e3feab1911ae32
parent23b4be2f66a8f4d67e5ff85228b0fabe87a95290 (diff)
downloadlibmicrohttpd-29311f409720f69873f7e58bfcad6a21ba0521ad.tar.gz
libmicrohttpd-29311f409720f69873f7e58bfcad6a21ba0521ad.zip
mhd_check_link_run.m4: fixed typo in comment
-rw-r--r--m4/mhd_check_link_run.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/mhd_check_link_run.m4 b/m4/mhd_check_link_run.m4
index 0f28bd74..25ff1290 100644
--- a/m4/mhd_check_link_run.m4
+++ b/m4/mhd_check_link_run.m4
@@ -17,9 +17,9 @@
17# Example usage: 17# Example usage:
18# 18#
19# MHD_CHECK_LINK_RUN([for valid snprintf()], [mhd_cv_snprintf_valid], 19# MHD_CHECK_LINK_RUN([for valid snprintf()], [mhd_cv_snprintf_valid],
20# AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT], 20# [AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
21# [if (4 != snprintf(NULL, 0, "test")) 21# [if (4 != snprintf(NULL, 0, "test"))
22# return 2;])], 22# return 2;])],
23# [mhd_cv_snprintf_valid='assuming no']) 23# [mhd_cv_snprintf_valid='assuming no'])
24# 24#
25# 25#
@@ -32,7 +32,7 @@
32# and this notice are preserved. This file is offered as-is, without any 32# and this notice are preserved. This file is offered as-is, without any
33# warranty. 33# warranty.
34 34
35#serial 1 35#serial 2
36 36
37AC_DEFUN([MHD_CHECK_LINK_RUN],[dnl 37AC_DEFUN([MHD_CHECK_LINK_RUN],[dnl
38m4_ifblank([$1],[m4_fatal([$0: The first macro argument ("MESSAGE") must not be empty])])dnl 38m4_ifblank([$1],[m4_fatal([$0: The first macro argument ("MESSAGE") must not be empty])])dnl