Paul Eggert wrote:
> @@ -22,5 +22,5 @@ AC_DEFUN([gl_REPLACE_CLOSE],
>    AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
>    REPLACE_CLOSE=1
>    AC_LIBOBJ([close])
> -  gl_REPLACE_FCLOSE
> +  m4_ifdef([gl_REPLACE_FCLOSE], [gl_REPLACE_FCLOSE])
>  ])

Thanks for the fast fix for my mistake, Paul!

This reminds me to clean up the AC_LIBOBJ invocations in this and related
*.m4 files... If it had already been cleaned up, this mistake would not
have happened.

Bruno
-- 
In memoriam André Chénier <http://en.wikipedia.org/wiki/André_Chénier>

Reply via email to