configure.ac: add -Wextra to CFLAGS

It catches things such as

	unsigned int i;
	...
	if (i < 0)

that are left unnoticed otherwise.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed