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])