X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Frealloc.m4;h=bfbef0c1652503b94734b6f6752c62e77a38aaeb;hb=05d4ef79c00e77a54f781355c1cf4242a4e54c4b;hp=2c867487694b512eb5d47131b3e7fe2588a73789;hpb=e62d4d88ece0086446631e65b3f647d9696b04c3;p=gnulib.git diff --git a/m4/realloc.m4 b/m4/realloc.m4 index 2c8674876..bfbef0c16 100644 --- a/m4/realloc.m4 +++ b/m4/realloc.m4 @@ -27,6 +27,7 @@ AC_DEFUN(jm_FUNC_REALLOC, jm_cv_func_working_realloc=no) ]) if test $jm_cv_func_working_realloc = no; then + AC_SUBST(LIBOBJS) LIBOBJS="$LIBOBJS realloc.$ac_objext" AC_DEFINE_UNQUOTED(realloc, rpl_realloc, [Define to rpl_realloc if the replacement function should be used.])