diff modules/search @ 9595:53dc0fa4233a

Work around OpenBSD 4.0 tdelete() bug.
author Bruno Haible <bruno@clisp.org>
date Thu, 10 Jan 2008 02:46:55 +0100 (2008-01-10)
parents bee5960c276a
children f96e845fc36d
line wrap: on
line diff
--- a/modules/search
+++ b/modules/search
@@ -25,6 +25,7 @@
 	      -e 's|@''NEXT_SEARCH_H''@|$(NEXT_SEARCH_H)|g' \
 	      -e 's|@''GNULIB_TSEARCH''@|$(GNULIB_TSEARCH)|g' \
 	      -e 's|@''HAVE_TSEARCH''@|$(HAVE_TSEARCH)|g' \
+	      -e 's|@''REPLACE_TSEARCH''@|$(REPLACE_TSEARCH)|g' \
 	      -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
 	      < $(srcdir)/search.in.h; \
 	} > $@-t