X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrtod.m4;h=e83e89882c568b9de7cfde83eab9e26deab062eb;hb=21492d6c3ca00ff0827528640804732f2ed66470;hp=f40e342f4331cbac352c8cdc6aa67844dea3f6da;hpb=b9453f8ce1c5d8bfeb7c110e4c73ba35ac711023;p=gnulib.git diff --git a/m4/strtod.m4 b/m4/strtod.m4 index f40e342f4..e83e89882 100644 --- a/m4/strtod.m4 +++ b/m4/strtod.m4 @@ -1,4 +1,4 @@ -# strtod.m4 serial 20 +# strtod.m4 serial 21 dnl Copyright (C) 2002-2003, 2006-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -101,7 +101,7 @@ numeric_equal (double x, double y) [gl_cv_func_strtod_works=yes], [gl_cv_func_strtod_works=no], [dnl The last known bugs in glibc strtod(), as of this writing, - dnl were fixed in version 2.8 + dnl were fixed in version 2.8 AC_EGREP_CPP([Lucky user], [ #include @@ -118,10 +118,6 @@ numeric_equal (double x, double y) REPLACE_STRTOD=1 fi fi - if test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1; then - AC_LIBOBJ([strtod]) - gl_PREREQ_STRTOD - fi ]) # Prerequisites of lib/strtod.c.