patch-m4_fseeko_m4 410 B

1234567891011
  1. --- coreutils-8.21.orig/m4/fseeko.m4 2013-01-02 13:34:46.000000000 +0100
  2. +++ coreutils-8.21/m4/fseeko.m4 2013-11-04 20:32:38.000000000 +0100
  3. @@ -37,7 +37,7 @@ AC_DEFUN([gl_FUNC_FSEEKO],
  4. fi
  5. m4_ifdef([gl_FUNC_FFLUSH_STDIN], [
  6. gl_FUNC_FFLUSH_STDIN
  7. - if test $gl_cv_func_fflush_stdin = no; then
  8. + if test $gl_cv_func_fflush_stdin != yes; then
  9. REPLACE_FSEEKO=1
  10. fi
  11. ])