X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffreopen.m4;h=c981a11fb4b65993bc34a56a66b2901e0f540875;hb=41a7841a82351f9df3e13b6199a134004d694131;hp=37476e00971c4e2cc4348d5ecb51e528700aa992;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/freopen.m4 b/m4/freopen.m4 index 37476e009..c981a11fb 100644 --- a/m4/freopen.m4 +++ b/m4/freopen.m4 @@ -1,4 +1,4 @@ -# freopen.m4 serial 2 +# freopen.m4 serial 3 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, @@ -11,8 +11,6 @@ AC_DEFUN([gl_FUNC_FREOPEN], case "$host_os" in mingw* | pw*) REPLACE_FREOPEN=1 - AC_LIBOBJ([freopen]) - gl_PREREQ_FREOPEN ;; esac ])