+2008-04-13 Bruno Haible <bruno@clisp.org>
+
+ Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
+ * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
+ module is also used and while not building the reloc-wrapper.
+
2008-04-13 Bruno Haible <bruno@clisp.org>
* tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
<stdlib.h> on Solaris 2.5.1. */
#undef realpath
-#if !HAVE_CANONICALIZE_FILE_NAME || defined _LIBC
+#if !(HAVE_CANONICALIZE_FILE_NAME || (GNULIB_CANONICALIZE && !defined IN_RELOCWRAPPER)) || defined _LIBC
#include <alloca.h>