X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmemcmp;h=5b35a75fa924a30536475a1427553da478159fa6;hb=458c944ddbb41cd6ba34416db2867eb6f17bf61a;hp=dda4324882303ef10eff9af8a6b1272067173269;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=gnulib.git diff --git a/modules/memcmp b/modules/memcmp index dda432488..5b35a75fa 100644 --- a/modules/memcmp +++ b/modules/memcmp @@ -12,10 +12,14 @@ lib/memcmp.c m4/memcmp.m4 Depends-on: -stdint [test $ac_cv_func_memcmp_working = no] +stdint [test $gl_func_memcmp = no] configure.ac: gl_FUNC_MEMCMP +if test $gl_func_memcmp = no; then + AC_LIBOBJ([memcmp]) + gl_PREREQ_MEMCMP +fi Makefile.am: