From 2c118a0fc52c88d4dd5ef62f0161406d379ea49c Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 30 Oct 2003 15:21:59 +0000 Subject: [PATCH] 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 --- util-vserver/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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], -- 1.8.1.5