manywarnings: remove -Wmudflap
[gnulib.git] / modules / memcmp
index 5f31bbe..5b35a75 100644 (file)
@@ -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