More quotes

This commit is contained in:
Yang Tse 2005-12-16 07:28:56 +00:00
parent b9f39c2711
commit fea5ddf585
1 changed files with 2 additions and 2 deletions

View File

@ -128,8 +128,8 @@ AC_DEFUN([CURL_CHECK_TYPE_SOCKLEN_T], [
AC_CACHE_CHECK([for socklen_t equivalent],
[curl_cv_socklen_t_equiv], [
curl_cv_socklen_t_equiv="unknown"
for arg2 in 'struct sockaddr' 'void'; do
for t in 'int' 'size_t' 'unsigned int' 'long' 'unsigned long'; do
for arg2 in "struct sockaddr" void; do
for t in int size_t unsigned long "unsigned long"; do
AC_COMPILE_IFELSE([
AC_LANG_PROGRAM([
#undef inline