From: Enrico Scholz Date: Tue, 9 Mar 2004 04:16:21 +0000 (+0000) Subject: stopped to confuse users with wrong error messages; the correct X-Git-Tag: version_0_30~14 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fa9f39abca4a61dda5b2ccc9e9bcea07ae8c093;p=util-vserver.git stopped to confuse users with wrong error messages; the correct 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 --- diff --git a/util-vserver/m4/ensc_syscallnr.m4 b/util-vserver/m4/ensc_syscallnr.m4 index 314edda..aaa1959 100644 --- a/util-vserver/m4/ensc_syscallnr.m4 +++ b/util-vserver/m4/ensc_syscallnr.m4 @@ -46,7 +46,7 @@ ensc_syscall_tmp_src=ENSC_MARK 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=' environment when calling configure.]) +[Can not determine value of __NR_$1; please verify your glibc/kernelheaders, and/or set CPPFLAGS='-D__NR_$1=' environment when calling configure.]) fi AC_LANG_POP