Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO

pull/1/head
Yang Tse 19 years ago
parent a838f1a431
commit bdf1485cf9
  1. 2
      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*)
;;
*)

Loading…
Cancel
Save