CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/06/30 15:06:54
Index: configure.ac =================================================================== RCS file: /sources/m4/m4/configure.ac,v retrieving revision 1.36.2.18 retrieving revision 1.36.2.19 diff -u -b -r1.36.2.18 -r1.36.2.19 --- configure.ac 29 Jun 2006 13:41:49 -0000 1.36.2.18 +++ configure.ac 30 Jun 2006 15:06:53 -0000 1.36.2.19 @@ -52,18 +52,6 @@ M4_INIT -AC_CACHE_CHECK([ecvt declaration], [M4_cv_have_efgcvt], -[AC_EGREP_HEADER([ecvt], [stdlib.h], - [M4_cv_have_efgcvt=yes], [M4_cv_have_efgcvt=no])]) -if test $M4_cv_have_efgcvt = yes ; then - AC_DEFINE([HAVE_EFGCVT], [2], - [Define to 1 if you have ecvt(3), fcvt(3) and gcvt(3). Define to 2 if -they are declared in stdlib.h]) -else - AC_CHECK_FUNCS([ecvt]) -fi - - # Code from Jim Avera <[EMAIL PROTECTED]>. # stackovf.c requires: # 1. Either sigaction with SA_ONSTACK, or sigvec with SV_ONSTACK
