]> granicus.if.org Git - curl/commitdiff
Use a more descriptive var name.
authorYang Tse <yangsita@gmail.com>
Tue, 4 Jul 2006 17:19:15 +0000 (17:19 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 4 Jul 2006 17:19:15 +0000 (17:19 +0000)
acinclude.m4
ares/acinclude.m4

index 0b13bccb2c94105b15fb94cdf0092fcf168a5028..adfce1a9155671f8f167e9da448333bed7d75b6d 100644 (file)
@@ -380,9 +380,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*)
           ;;
         *)
@@ -406,7 +406,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*)
           ;;
         *)
@@ -739,9 +739,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*)
           ;;
         *)
@@ -765,7 +765,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*)
           ;;
         *)
index 14af1f27cd0cf49bdcb84a7693e7815ca3665f0f..b86e2a8a5fc41dd98c9e329f1af260adb7b0ebc3 100644 (file)
@@ -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*)
           ;;
         *)