set '-Wno-unused-parameter'
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 30 Oct 2003 15:21:59 +0000 (15:21 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 30 Oct 2003 15:21:59 +0000 (15:21 +0000)
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

index ef155e4..0cf7e41 100644 (file)
@@ -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],