Gettext 1.11.5 compatibility.
[tinc] / m4 / malloc.m4
index dacd919..a6b4c9a 100644 (file)
@@ -37,8 +37,8 @@ AC_DEFUN(jm_FUNC_MALLOC,
         jm_cv_func_working_malloc=no)
   ])
   if test $jm_cv_func_working_malloc = no; then
-dnl This should be converted to: AC_LIBOBJ([malloc])
-    LIBOBJS="$LIBOBJS malloc.$ac_objext"
+    dnl This was: LIBOBJS="$LIBOBJS malloc.$ac_objext"
+    AC_LIBOBJ([malloc])
     AC_DEFINE(malloc, rpl_malloc, [Replacement malloc()])
   fi
 ])