- (djm) Turn up warnings if gcc or egcs detected
diff --git a/configure.in b/configure.in
index 199c1a6..554d1cf 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.292 2001/06/25 08:09:17 djm Exp $
+# $Id: configure.in,v 1.293 2001/06/27 13:35:53 djm Exp $
 
 AC_INIT(ssh.c)
 
@@ -41,10 +41,9 @@
 fi
 AC_SUBST(LD)
 	
-# C Compiler features
 AC_C_INLINE
-if test "$GCC" = "yes"; then 
-	CFLAGS="$CFLAGS -Wall"
+if test "$GCC" = "yes" || test "$GCC" = "egcs"; then 
+	CFLAGS="$CFLAGS -Wall -Wpointer-arith -Wno-uninitialized"
 fi
 
 # Check for some target-specific stuff