X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffree.m4;h=24bbbb184f195064392219e827ac19ffc26a1c14;hb=485d6733ec4255ae5679fcc495c52de81234cc69;hp=8f7fee2d26c102bc30ec28def8aa7f92d0998f93;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/free.m4 b/m4/free.m4 index 8f7fee2d2..24bbbb184 100644 --- a/m4/free.m4 +++ b/m4/free.m4 @@ -1,6 +1,6 @@ # Check whether free (NULL) is supposed to work. -# Copyright (C) 2003, 2004, 2005, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2003-2005, 2009-2011 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -30,7 +30,6 @@ AC_DEFUN([gl_FUNC_FREE], [gl_cv_func_free=no])]) if test $gl_cv_func_free = no; then - AC_LIBOBJ([free]) AC_DEFINE([free], [rpl_free], [Define to rpl_free if the replacement function should be used.]) fi