Doc update.
[pspp] / modules / memcmp
index 5f31bbe06f3729ce9ee50494f2ec2405f3324dfe..5b35a75fa924a30536475a1427553da478159fa6 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