Tests: Remove unnecessary dependency.
[pspp] / m4 / freopen.m4
index 37476e00971c4e2cc4348d5ecb51e528700aa992..c981a11fb4b65993bc34a56a66b2901e0f540875 100644 (file)
@@ -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
 ])