long-options: Move AC_LIBOBJ invocations to module description.
[pspp] / m4 / free.m4
index 702e80524824f3406d76c12ef45d50e170f329a0..24bbbb184f195064392219e827ac19ffc26a1c14 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