CPPFLAGS are '-D...' but not '-D=...'
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@1183
94cd875c-1c1d-0410-91d2-
eb244daf1a30
if test x"$ensc_syscall_tmp_nr" = x; then
AC_MSG_ERROR(
-[Can not determine value of __NR_$1; please verify your glibc/kernelheaders, and/or set CPPFLAGS='-D=__NR_$1=<value>' environment when calling configure.])
+[Can not determine value of __NR_$1; please verify your glibc/kernelheaders, and/or set CPPFLAGS='-D__NR_$1=<value>' environment when calling configure.])
fi
AC_LANG_POP