Pushed. This was triggered building via cygwin on Windows XP (I'm setting up a Windows XP autobuilder..).
/Simon --- ChangeLog | 4 ++++ lib/stdio.in.h | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index eae5a5c..e4aee22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-01-12 Simon Josefsson <si...@josefsson.org> + * lib/stdio.in.h: Fix typo. + +2010-01-12 Simon Josefsson <si...@josefsson.org> + * m4/gc.m4: Check if linking to libgcrypt also needs linking to libgpg-error. diff --git a/lib/stdio.in.h b/lib/stdio.in.h index 3f0ddae..1500166 100644 --- a/lib/stdio.in.h +++ b/lib/stdio.in.h @@ -297,7 +297,7 @@ _GL_WARN_ON_USE (fseek, "fseek cannot handle files larger than 4 GB " # define _GL_FTELL_WARN /* Category 2, above. */ # undef ftell # endif -# if && @REPLACE_FTELL@ +# if @REPLACE_FTELL@ # undef ftell # define ftell rpl_ftell extern long ftell (FILE *fp) _GL_ARG_NONNULL ((1)); -- 1.6.6