X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffree.m4;h=24bbbb184f195064392219e827ac19ffc26a1c14;hb=485d6733ec4255ae5679fcc495c52de81234cc69;hp=702e80524824f3406d76c12ef45d50e170f329a0;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/free.m4 b/m4/free.m4 index 702e80524..24bbbb184 100644 --- a/m4/free.m4 +++ b/m4/free.m4 @@ -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