diff options
-rw-r--r-- | acinclude.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 439961f5d..5c486cf9b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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 |