mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
More quotes
This commit is contained in:
parent
b9f39c2711
commit
fea5ddf585
@ -128,8 +128,8 @@ AC_DEFUN([CURL_CHECK_TYPE_SOCKLEN_T], [
|
|||||||
AC_CACHE_CHECK([for socklen_t equivalent],
|
AC_CACHE_CHECK([for socklen_t equivalent],
|
||||||
[curl_cv_socklen_t_equiv], [
|
[curl_cv_socklen_t_equiv], [
|
||||||
curl_cv_socklen_t_equiv="unknown"
|
curl_cv_socklen_t_equiv="unknown"
|
||||||
for arg2 in 'struct sockaddr' 'void'; do
|
for arg2 in "struct sockaddr" void; do
|
||||||
for t in 'int' 'size_t' 'unsigned int' 'long' 'unsigned long'; do
|
for t in int size_t unsigned long "unsigned long"; do
|
||||||
AC_COMPILE_IFELSE([
|
AC_COMPILE_IFELSE([
|
||||||
AC_LANG_PROGRAM([
|
AC_LANG_PROGRAM([
|
||||||
#undef inline
|
#undef inline
|
||||||
|
Loading…
Reference in New Issue
Block a user