maint.mk: avoid sc_prohibit_always-defined_macros failure in coreutils
[gnulib.git] / m4 / free.m4
index 702e805..24bbbb1 100644 (file)
@@ -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