refresh 01-gnulib-directory.patch
[gnulib.git] / m4 / strtod.m4
index f40e342..e83e898 100644 (file)
@@ -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 <features.h>
@@ -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.