From 26118ef7311c474d990bac0cc7f3f0a9e4fac229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 20 Jun 2007 03:07:39 +0000 Subject: [PATCH] move down rk_WFLAGS git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21184 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 4873d00a9..220891b4e 100644 --- a/configure.in +++ b/configure.in @@ -55,8 +55,6 @@ AC_PROG_LIBTOOL AM_CONDITIONAL(ENABLE_SHARED, test "$enable_shared" = "yes") rk_VERSIONSCRIPT -rk_WFLAGS(-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs) - rk_TEST_PACKAGE(openldap, [#include #include ], @@ -432,6 +430,9 @@ rk_AUTH_MODULES([sia afskauthlib]) rk_DESTDIRS +rk_WFLAGS([-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs]) + + AH_BOTTOM([#ifdef ROKEN_RENAME #include "roken_rename.h" #endif])