X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrtod.m4;h=e83e89882c568b9de7cfde83eab9e26deab062eb;hb=5bf73fbe89c75118e5e9a53e4b88a57729d26964;hp=f40e342f4331cbac352c8cdc6aa67844dea3f6da;hpb=721f56dcf49f8f004f609cc966f876922faad1a8;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.