crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / strchrnul
index 59c4cc68abb05d1bf9aae77e1f4521eafbde86f1..98a3d8c58a1e73a39a2be9fa723964ffffb5cde9 100644 (file)
@@ -14,6 +14,10 @@ rawmemchr       [test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1]
 
 configure.ac:
 gl_FUNC_STRCHRNUL
+if test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1; then
+  AC_LIBOBJ([strchrnul])
+  gl_PREREQ_STRCHRNUL
+fi
 gl_STRING_MODULE_INDICATOR([strchrnul])
 
 Makefile.am: