mirror of
https://github.com/curl/curl.git
synced 2026-07-22 16:17:16 +03:00
Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO
This commit is contained in:
parent
39745ac38e
commit
0163730437
1 changed files with 0 additions and 2 deletions
|
|
@ -383,7 +383,6 @@ AC_DEFUN([CURL_CHECK_FUNC_GETNAMEINFO], [
|
|||
gni_opts=$-
|
||||
#
|
||||
case $gni_opts in
|
||||
esac
|
||||
*f*)
|
||||
;;
|
||||
*)
|
||||
|
|
@ -408,7 +407,6 @@ AC_DEFUN([CURL_CHECK_FUNC_GETNAMEINFO], [
|
|||
[Define to the type of arg 1 for getnameinfo.])
|
||||
#
|
||||
case $gni_opts in
|
||||
esac
|
||||
*f*)
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue