From d9f2e8e7d100b9958007ba5381f2c4814ff30089 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 10 Mar 1999 18:29:44 +0000 Subject: [PATCH] use AC_WFLAGS git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5489 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/configure.in b/configure.in index c46d54062..0436e31a7 100644 --- a/configure.in +++ b/configure.in @@ -35,13 +35,7 @@ AC_KRB_PROG_LN_S AM_DISABLE_SHARED AM_PROG_LIBTOOL -if test "$GCC" = "yes"; then -# -Wcast-align doesn't work well on alpha osf/1 - WFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs" - WFLAGS_NOUNUSED="-Wno-unused" -fi -AC_SUBST(WFLAGS) -AC_SUBST(WFLAGS_NOUNUSED) +AC_WFLAGS(-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs) berkeley_db=db AC_ARG_WITH(berkeley-db,