X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmemcmp.m4;h=91b3dd3152ad3c7c947a2d658e6b944e5f2a34a8;hb=c8d1931a447feea1e054a72d9b62d70e5e4cfdce;hp=7fdfe9ad709a909a4a837aec74312c726c40750e;hpb=124f3a9b0bee452659eea6cbedd4dc4ac488d0f0;p=gnulib.git diff --git a/m4/memcmp.m4 b/m4/memcmp.m4 index 7fdfe9ad7..91b3dd315 100644 --- a/m4/memcmp.m4 +++ b/m4/memcmp.m4 @@ -1,4 +1,4 @@ -#serial 4 +#serial 5 dnl A replacement for autoconf's AC_FUNC_MEMCMP that detects dnl the losing memcmp on some x86 Next systems. @@ -36,8 +36,7 @@ main () jm_cv_func_memcmp_working=no, jm_cv_func_memcmp_working=no)]) test $jm_cv_func_memcmp_working = no \ - && LIBOBJS="$LIBOBJS memcmp.$ac_objext" -AC_SUBST(LIBOBJS)dnl + && AC_LIBOBJ(memcmp) ]) AC_DEFUN(jm_FUNC_MEMCMP,