1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

Use .$ac_objext, not .o

This commit is contained in:
Jim Meyering
1999-02-07 05:27:24 +00:00
parent 48a0c3d403
commit 2c13a275ca
13 changed files with 27 additions and 12 deletions

View File

@@ -38,7 +38,8 @@ changequote([, ])dnl
jm_cv_func_memcmp_working=yes,
jm_cv_func_memcmp_working=no,
jm_cv_func_memcmp_working=no)])
test $jm_cv_func_memcmp_working = no && LIBOBJS="$LIBOBJS memcmp.o"
test $jm_cv_func_memcmp_working = no \
&& LIBOBJS="$LIBOBJS memcmp.$ac_objext"
AC_SUBST(LIBOBJS)dnl
])