From 7778396073138a42455bf8978a02a195367ad93a Mon Sep 17 00:00:00 2001 From: mdw Date: Sat, 13 Nov 1999 01:55:48 +0000 Subject: [PATCH] Don't be pedantic, because using `long long' as a multiprecision type gets complained about. --- configure.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 9738d4f..045528d 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.11.0