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:
@@ -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
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user