From ff0872d59d78ad42212c88313ef924ea4eb7a8a1 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Mon, 24 May 2010 23:34:00 +0200 Subject: s3:configure: turn "error warnings" into errors By default "Missing argument(s)" is just an "error warning" for xlc :-) The change to turn "error warnings" into errors should fix bug #7427. --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index a452486d11..a97720c8d7 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1654,7 +1654,7 @@ DSO_EXPORTS="" # .po will just create compile warnings, use po.o: if test "${GCC}" != "yes"; then ## for funky AIX compiler using strncpy() - CFLAGS="$CFLAGS -D_LINUX_SOURCE_COMPAT -qmaxmem=32000" + CFLAGS="$CFLAGS -D_LINUX_SOURCE_COMPAT -qmaxmem=32000 -qhalt=e" fi AC_DEFINE(STAT_ST_BLOCKSIZE,DEV_BSIZE,[The size of a block]) -- cgit