1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

HAVE_NI_WITHSCOPEID spelled right!

This commit is contained in:
Daniel Stenberg 2004-03-31 20:13:53 +00:00
parent 9d0330d5bd
commit 5d27f50f2f

View File

@ -330,8 +330,8 @@ dnl we cross-compile:
]) dnl end of AC_CACHE_CHECK
if test "$ac_cv_working_ni_withscopeid" = "yes"; then
AC_DEFINE(HAVE_NI_SCOPEWITHID, 1,
[Define if NI_SCOPEWITHID exists and works])
AC_DEFINE(HAVE_NI_WITHSCOPEID, 1,
[Define if NI_WITHSCOPEID exists and works])
fi
]) dnl end of AC_DEFUN