summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2005-12-20 03:23:49 +0000
committerYang Tse <yangsita@gmail.com>2005-12-20 03:23:49 +0000
commit2e75d7f3f5e9b9f96758cecd9a562692083d73d2 (patch)
tree92e25fd2bd6df159e0f77446bda0f3a07a42ac31 /acinclude.m4
parentbadc1d76cbd982c62c26cf738f3463f4b6ec524b (diff)
downloadc-ares-2e75d7f3f5e9b9f96758cecd9a562692083d73d2.tar.gz
c-ares-2e75d7f3f5e9b9f96758cecd9a562692083d73d2.tar.bz2
c-ares-2e75d7f3f5e9b9f96758cecd9a562692083d73d2.zip
Fix quoting
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index de7f250..5072ecd 100644
--- a/acinclude.m4
+++ b/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
])