commit 41567c2022327ac26596211c9d9bafa7bc03ea34
parent 44db29ca7638f2de5bc18bd198adc1802d5199d0
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sat, 20 Apr 2024 21:51:45 +0200
mhd_check_link_run.m4: documentation fixes
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/m4/mhd_check_link_run.m4 b/m4/mhd_check_link_run.m4
@@ -17,10 +17,10 @@
# Example usage:
#
# MHD_CHECK_LINK_RUN([for valid snprintf()], [mhd_cv_snprintf_valid],
+# [mhd_cv_snprintf_valid='assuming no'],
# [AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
# [if (4 != snprintf(NULL, 0, "test"))
-# return 2;])],
-# [mhd_cv_snprintf_valid='assuming no'])
+# return 2;])])
#
#
# LICENSE
@@ -32,7 +32,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 2
+#serial 3
AC_DEFUN([MHD_CHECK_LINK_RUN],[dnl
m4_ifblank([$1],[m4_fatal([$0: The first macro argument ("MESSAGE") must not be empty])])dnl