Skip to content
Snippets Groups Projects
Commit 5d27f50f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

HAVE_NI_WITHSCOPEID spelled right!

parent 9d0330d5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment