mirror of
https://github.com/curl/curl.git
synced 2025-09-16 17:12:43 +03:00
HAVE_NI_WITHSCOPEID spelled right!
This commit is contained in:
parent
9d0330d5bd
commit
5d27f50f2f
|
@ -330,8 +330,8 @@ dnl we cross-compile:
|
||||||
]) dnl end of AC_CACHE_CHECK
|
]) dnl end of AC_CACHE_CHECK
|
||||||
|
|
||||||
if test "$ac_cv_working_ni_withscopeid" = "yes"; then
|
if test "$ac_cv_working_ni_withscopeid" = "yes"; then
|
||||||
AC_DEFINE(HAVE_NI_SCOPEWITHID, 1,
|
AC_DEFINE(HAVE_NI_WITHSCOPEID, 1,
|
||||||
[Define if NI_SCOPEWITHID exists and works])
|
[Define if NI_WITHSCOPEID exists and works])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
]) dnl end of AC_DEFUN
|
]) dnl end of AC_DEFUN
|
||||||
|
|
Loading…
Reference in New Issue
Block a user