diff options
author | Yang Tse <yangsita@gmail.com> | 2006-07-02 01:17:37 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-07-02 01:17:37 +0000 |
commit | 39745ac38ebc522fd77538515498348f0c30e10c (patch) | |
tree | 3e3d050a92bcb850c8ff3f9c76a4029dee6faa1a /ares | |
parent | cacf8bbb58a4df6ab9195d17ed177be9c6c86f96 (diff) |
Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO
Diffstat (limited to 'ares')
-rw-r--r-- | ares/acinclude.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ares/acinclude.m4 b/ares/acinclude.m4 index 09bf743cb..96e0a1740 100644 --- a/ares/acinclude.m4 +++ b/ares/acinclude.m4 @@ -362,7 +362,6 @@ AC_DEFUN([CURL_CHECK_FUNC_GETNAMEINFO], [ gni_opts=$- # case $gni_opts in - esac *f*) ;; *) @@ -387,7 +386,6 @@ AC_DEFUN([CURL_CHECK_FUNC_GETNAMEINFO], [ [Define to the type of arg 1 for getnameinfo.]) # case $gni_opts in - esac *f*) ;; *) |