Don't be pedantic, because using `long long' as a multiprecision type
authormdw <mdw>
Sat, 13 Nov 1999 01:55:48 +0000 (01:55 +0000)
committermdw <mdw>
Sat, 13 Nov 1999 01:55:48 +0000 (01:55 +0000)
gets complained about.

configure.in

index 9738d4f..045528d 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.6 1999/11/11 18:56:14 mdw Exp $
+dnl $Id: configure.in,v 1.7 1999/11/13 01:55:48 mdw Exp $
 dnl
 dnl Autoconfiguration for Catacomb
 dnl
@@ -29,6 +29,10 @@ dnl MA 02111-1307, USA.
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
+dnl Revision 1.7  1999/11/13 01:55:48  mdw
+dnl Don't be pedantic, because using `long long' as a multiprecision type
+dnl gets complained about.
+dnl
 dnl Revision 1.6  1999/11/11 18:56:14  mdw
 dnl Use `libtool' to generate a shared library.
 dnl
@@ -60,7 +64,7 @@ dnl --- Make sure I can compile and build libraries ---
 AC_PROG_CC
 AC_CHECK_PROG(AR, ar, ar)
 AM_PROG_LIBTOOL
-mdw_GCC_FLAGS
+mdw_GCC_FLAGS(-Wall)
 mdw_MLIB(1.6.0)
 
 AC_PROG_YACC