X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=modules%2Fmemcmp;h=5b35a75fa924a30536475a1427553da478159fa6;hb=4d999896a3e79b535d73a1dd14a04b7abe67d7f3;hp=5f31bbe06f3729ce9ee50494f2ec2405f3324dfe;hpb=676097df72d40340916b07c56257dda601e1fc2d;p=gnulib.git diff --git a/modules/memcmp b/modules/memcmp index 5f31bbe06..5b35a75fa 100644 --- a/modules/memcmp +++ b/modules/memcmp @@ -12,11 +12,11 @@ lib/memcmp.c m4/memcmp.m4 Depends-on: -stdint [test $gl_cv_func_memcmp_working = no] +stdint [test $gl_func_memcmp = no] configure.ac: gl_FUNC_MEMCMP -if test $gl_cv_func_memcmp_working = no; then +if test $gl_func_memcmp = no; then AC_LIBOBJ([memcmp]) gl_PREREQ_MEMCMP fi