Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO
This commit is contained in:
@@ -383,7 +383,6 @@ AC_DEFUN([CURL_CHECK_FUNC_GETNAMEINFO], [
|
|||||||
gni_opts=$-
|
gni_opts=$-
|
||||||
#
|
#
|
||||||
case $gni_opts in
|
case $gni_opts in
|
||||||
esac
|
|
||||||
*f*)
|
*f*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
@@ -408,7 +407,6 @@ AC_DEFUN([CURL_CHECK_FUNC_GETNAMEINFO], [
|
|||||||
[Define to the type of arg 1 for getnameinfo.])
|
[Define to the type of arg 1 for getnameinfo.])
|
||||||
#
|
#
|
||||||
case $gni_opts in
|
case $gni_opts in
|
||||||
esac
|
|
||||||
*f*)
|
*f*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user