From: Enrico Scholz Date: Thu, 30 Oct 2003 15:21:59 +0000 (+0000) Subject: set '-Wno-unused-parameter' X-Git-Tag: version_0_23_96~2 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c118a0fc52c88d4dd5ef62f0161406d379ea49c;p=util-vserver.git set '-Wno-unused-parameter' use ENSC_UV_VROOTDIR git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@330 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index ef155e4..0cf7e41 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -41,11 +41,12 @@ AC_PROG_LN_S AC_PROG_RANLIB AM_PROG_CC_C_O -ENSC_CHECK_CC_FLAG([-std=c99 -Wall -pedantic -W]) +ENSC_CHECK_CC_FLAG([-std=c99 -Wall -pedantic -W -Wno-unused-parameter]) ENSC_CHECK_CXX_FLAG([-ansi -Wall -pedantic -W -fmessage-length=0]) AC_ARG_VAR(CC, [The C compiler]) ENSC_KERNEL_HEADERS(kernelincludedir) +ENSC_UV_VROOTDIR(vserverdir) AC_MSG_CHECKING([for supported APIs]) AC_ARG_ENABLE([apis],