summaryrefslogtreecommitdiff
path: root/m4/memcmp.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-07 05:27:24 +0000
committerJim Meyering <jim@meyering.net>1999-02-07 05:27:24 +0000
commite62d4d88ece0086446631e65b3f647d9696b04c3 (patch)
treeaf81bd8db3b92a52186a9685bed69070b56c3b86 /m4/memcmp.m4
parent2ae6aa810c48b9eaefadc7b11b02bdb3a82ac20f (diff)
downloadgnulib-e62d4d88ece0086446631e65b3f647d9696b04c3.tar.gz
Use .$ac_objext, not .o
Diffstat (limited to 'm4/memcmp.m4')
-rw-r--r--m4/memcmp.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/memcmp.m4 b/m4/memcmp.m4
index 390014f41b..1c08adc220 100644
--- a/m4/memcmp.m4
+++ b/m4/memcmp.m4
@@ -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
])