stopped to confuse users with wrong error messages; the correct
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 9 Mar 2004 04:16:21 +0000 (04:16 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 9 Mar 2004 04:16:21 +0000 (04:16 +0000)
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

index 314edda..aaa1959 100644 (file)
@@ -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=<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