X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fftruncate.m4;h=1be562ed9fb38d635a90f6c4346bdd51b02e09fd;hb=415175fcb509494574e9eb416575047acfa90df9;hp=bcb4ba1ed9f0bad99c3fef466c201a0273902e39;hpb=19ed461a6c9d44f93a1cb74bf10c8d2eb0f4e704;p=gnulib.git diff --git a/m4/ftruncate.m4 b/m4/ftruncate.m4 index bcb4ba1ed..1be562ed9 100644 --- a/m4/ftruncate.m4 +++ b/m4/ftruncate.m4 @@ -1,4 +1,4 @@ -#serial 1 +#serial 2 # See if we need to emulate a missing ftruncate function using fcntl. @@ -21,7 +21,7 @@ AC_DEFUN(jm_FUNC_FTRUNCATE, fu_cv_sys_ftruncate_emulation=no)]) AC_MSG_RESULT($fu_cv_sys_ftruncate_emulation) if test $fu_cv_sys_ftruncate_emulation = yes; then - LIBOBJS="$LIBOBJS ftruncate.$ac_objext" + AC_LIBOBJ(ftruncate) fi fi ])