X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=m4%2Ffseeko.m4;h=28da81b1ccf5675e58978b020d05cabd0d1f31d1;hb=b7b02f28a67ed112845d6010833dc81858ca7890;hp=76507d128f0e754ca20a7414e1b6deecf0aa5a75;hpb=7a228db08cee2ccdde6bb6a9b0059a903677672e;p=gnulib.git diff --git a/m4/fseeko.m4 b/m4/fseeko.m4 index 76507d128..28da81b1c 100644 --- a/m4/fseeko.m4 +++ b/m4/fseeko.m4 @@ -1,4 +1,4 @@ -# fseeko.m4 serial 11 +# fseeko.m4 serial 12 dnl Copyright (C) 2007-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, @@ -23,6 +23,12 @@ AC_DEFUN([gl_FUNC_FSEEKO], gl_REPLACE_FSEEKO fi fi + m4_ifdef([gl_FUNC_FFLUSH_STDIN], [ + gl_FUNC_FFLUSH_STDIN + if test $gl_cv_func_fflush_stdin = no; then + gl_REPLACE_FSEEKO + fi + ]) ]) dnl Tests whether fseeko is available.