diff options
author | Yang Tse <yangsita@gmail.com> | 2006-07-04 17:19:15 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-07-04 17:19:15 +0000 |
commit | 3e2f91b95f5f34cf5861ec34e3361428eb3aa39e (patch) | |
tree | 9db3b5a58bfb22494cdb870507cc7fd6d03736ff /acinclude.m4 | |
parent | e26ef987d7112111850a64e9e754677b8b1a8b37 (diff) | |
download | c-ares-3e2f91b95f5f34cf5861ec34e3361428eb3aa39e.tar.gz c-ares-3e2f91b95f5f34cf5861ec34e3361428eb3aa39e.tar.bz2 c-ares-3e2f91b95f5f34cf5861ec34e3361428eb3aa39e.zip |
Use a more descriptive var name.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 14af1f2..b86e2a8 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -359,9 +359,9 @@ AC_DEFUN([CURL_CHECK_FUNC_GETNAMEINFO], [ AC_DEFINE_UNQUOTED(GETNAMEINFO_TYPE_ARG7, $[4], [Define to the type of arg 7 for getnameinfo.]) # - gni_opts=$- + prev_sh_opts=$- # - case $gni_opts in + case $prev_sh_opts in *f*) ;; *) @@ -385,7 +385,7 @@ AC_DEFUN([CURL_CHECK_FUNC_GETNAMEINFO], [ AC_DEFINE_UNQUOTED(GETNAMEINFO_TYPE_ARG1, $gni_type_arg1, [Define to the type of arg 1 for getnameinfo.]) # - case $gni_opts in + case $prev_sh_opts in *f*) ;; *) @@ -718,9 +718,9 @@ AC_DEFUN([CURL_CHECK_FUNC_SEND], [ AC_DEFINE_UNQUOTED(SEND_TYPE_RETV, $[5], [Define to the function return type for send.]) # - gni_opts=$- + prev_sh_opts=$- # - case $gni_opts in + case $prev_sh_opts in *f*) ;; *) @@ -744,7 +744,7 @@ AC_DEFUN([CURL_CHECK_FUNC_SEND], [ AC_DEFINE_UNQUOTED(SEND_TYPE_ARG2, $send_type_arg2, [Define to the type of arg 2 for send.]) # - case $gni_opts in + case $prev_sh_opts in *f*) ;; *) |