You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
761 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -883,8 +883,8 @@
  4. AC_CHECK_FUNC(strtod_l)
  5. if test x$ac_cv_func_strtod_l = xyes
  6. then
  7. - CONFIG_CPPFLAGS="${CONFIG_CPPFLAGS} -DU_HAVE_STRTOD_L=1"
  8. - U_HAVE_STRTOD_L=1
  9. + CONFIG_CPPFLAGS="${CONFIG_CPPFLAGS} -DU_HAVE_STRTOD_L=0"
  10. + U_HAVE_STRTOD_L=0
  11. else
  12. CONFIG_CPPFLAGS="${CONFIG_CPPFLAGS} -DU_HAVE_STRTOD_L=0"
  13. U_HAVE_STRTOD_L=0
  14. --- a/configure
  15. +++ b/configure
  16. @@ -7093,8 +7093,8 @@
  17. if test x$ac_cv_func_strtod_l = xyes
  18. then
  19. - CONFIG_CPPFLAGS="${CONFIG_CPPFLAGS} -DU_HAVE_STRTOD_L=1"
  20. - U_HAVE_STRTOD_L=1
  21. + CONFIG_CPPFLAGS="${CONFIG_CPPFLAGS} -DU_HAVE_STRTOD_L=0"
  22. + U_HAVE_STRTOD_L=0
  23. else
  24. CONFIG_CPPFLAGS="${CONFIG_CPPFLAGS} -DU_HAVE_STRTOD_L=0"
  25. U_HAVE_STRTOD_L=0