diff options
author | Yang Tse <yangsita@gmail.com> | 2005-12-20 03:23:49 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2005-12-20 03:23:49 +0000 |
commit | fd0d560b47f80a2a710332046b857886d0b37b31 (patch) | |
tree | 3f8579e7ae4c600327a6323d004968686e5da469 /ares | |
parent | cc542269a165dac8adcf33d827e951df7259f516 (diff) |
Fix quoting
Diffstat (limited to 'ares')
-rw-r--r-- | ares/acinclude.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ares/acinclude.m4 b/ares/acinclude.m4 index de7f25079..5072ecd63 100644 --- a/ares/acinclude.m4 +++ b/ares/acinclude.m4 @@ -281,13 +281,13 @@ AC_DEFUN([CURL_FUNC_GETNAMEINFO_ARGTYPES], [ IFS=$gni_prev_IFS shift AC_DEFINE_UNQUOTED(GETNAMEINFO_TYPE_ARG1, $[1], - [Define to the type of arg 1 for `getnameinfo'.]) + [Define to the type of arg 1 for getnameinfo.]) AC_DEFINE_UNQUOTED(GETNAMEINFO_TYPE_ARG2, $[2], - [Define to the type of arg 2 for `getnameinfo'.]) + [Define to the type of arg 2 for getnameinfo.]) AC_DEFINE_UNQUOTED(GETNAMEINFO_TYPE_ARG46, $[3], - [Define to the type of args 4 and 6 for `getnameinfo'.]) + [Define to the type of args 4 and 6 for getnameinfo.]) AC_DEFINE_UNQUOTED(GETNAMEINFO_TYPE_ARG7, $[4], - [Define to the type of arg 7 for `getnameinfo'.]) + [Define to the type of arg 7 for getnameinfo.]) fi ]) |