roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / memmem-simple
index bbe89cdc7cc07338c50445a3f509cc125ba02dfa..d4ae332a264a5c7aa2764f2d1e919ed8308a4fa5 100644 (file)
@@ -2,6 +2,7 @@ Description:
 memmem() function: locate first substring in a buffer.
 
 Files:
+lib/str-two-way.h
 lib/memmem.c
 m4/memmem.m4
 
@@ -14,6 +15,9 @@ memcmp
 
 configure.ac:
 gl_FUNC_MEMMEM_SIMPLE
+if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
+  AC_LIBOBJ([memmem])
+fi
 gl_STRING_MODULE_INDICATOR([memmem])
 
 Makefile.am: