mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
mhd_check_link_run.m4: fixed typo in comment
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
# Example usage:
|
||||
#
|
||||
# MHD_CHECK_LINK_RUN([for valid snprintf()], [mhd_cv_snprintf_valid],
|
||||
# AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
|
||||
# [if (4 != snprintf(NULL, 0, "test"))
|
||||
# return 2;])],
|
||||
# [AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
|
||||
# [if (4 != snprintf(NULL, 0, "test"))
|
||||
# return 2;])],
|
||||
# [mhd_cv_snprintf_valid='assuming no'])
|
||||
#
|
||||
#
|
||||
@@ -32,7 +32,7 @@
|
||||
# and this notice are preserved. This file is offered as-is, without any
|
||||
# warranty.
|
||||
|
||||
#serial 1
|
||||
#serial 2
|
||||
|
||||
AC_DEFUN([MHD_CHECK_LINK_RUN],[dnl
|
||||
m4_ifblank([$1],[m4_fatal([$0: The first macro argument ("MESSAGE") must not be empty])])dnl
|
||||
|
||||
Reference in New Issue
Block a user