From 4dbfbf3fd0788d933c9ff6a765fe177431dc57a9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 31 May 2009 15:18:16 +0200 Subject: build: no longer list gnulib's "memchr" module as obsolete * bootstrap.conf (obsolete_gnulib_modules): Remove memchr from the list, now that it fixes a problem in some modern C libraries. (gnulib_modules): Add it here. --- bootstrap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.conf') diff --git a/bootstrap.conf b/bootstrap.conf index d34e90809..66710273f 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -27,7 +27,6 @@ avoided_gnulib_modules=' # but leave them in for now to minimize changes. obsolete_gnulib_modules=' atexit - memchr memcmp memcpy memmove @@ -141,6 +140,7 @@ gnulib_modules=" mbsalign mbswidth memcasecmp + memchr memcmp2 mempcpy memrchr -- cgit v1.2.3-54-g00ecf