From 8fa9f39abca4a61dda5b2ccc9e9bcea07ae8c093 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 9 Mar 2004 04:16:21 +0000 Subject: [PATCH] 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 --- util-vserver/m4/ensc_syscallnr.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.1.5