Doc update.
[pspp] / modules / memcmp
index dda4324882303ef10eff9af8a6b1272067173269..5b35a75fa924a30536475a1427553da478159fa6 100644 (file)
@@ -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: