]> granicus.if.org Git - curl/commitdiff
HAVE_NI_WITHSCOPEID spelled right!
authorDaniel Stenberg <daniel@haxx.se>
Wed, 31 Mar 2004 20:13:53 +0000 (20:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 31 Mar 2004 20:13:53 +0000 (20:13 +0000)
acinclude.m4

index 439961f5dd268f79c529eaae1df9f67f6e811b7a..5c486cf9b45e810f8ceb9955d4b173bc42923d8f 100644 (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