roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / strcase
index 0c91e06c4f65db5fa8945f747e5aa2373831f3de..9ca97af2148f27a59b2f3c18fc00885d9f8db27c 100644 (file)
@@ -17,6 +17,14 @@ strings
 
 configure.ac:
 gl_STRCASE
+if test $HAVE_STRCASECMP = 0; then
+  AC_LIBOBJ([strcasecmp])
+  gl_PREREQ_STRCASECMP
+fi
+if test $HAVE_STRNCASECMP = 0; then
+  AC_LIBOBJ([strncasecmp])
+  gl_PREREQ_STRNCASECMP
+fi
 
 Makefile.am: