On Wed, 28 Nov 2001 [EMAIL PROTECTED] wrote:

> >SunOS 4 is known to not have memmove.
>
> Isn't configure supposed to notice that ?

Yes it is (*supposed* to do that)! But then you have to tell it to check for
that and the current configure doesn't.

Apply the following, re-run autoconf and it'll do that! ;-)

diff -u -r1.27 configure.in
--- configure.in        2001/11/27 19:49:27     1.27
+++ configure.in        2001/11/28 15:17:08
@@ -172,7 +172,7 @@
 dnl
 AC_FUNC_ALLOCA
 AC_FUNC_MMAP
-AC_CHECK_FUNCS(strdup strstr strcasecmp strncasecmp strpbrk)
+AC_CHECK_FUNCS(strdup strstr strcasecmp strncasecmp strpbrk memmove)
 AC_CHECK_FUNCS(gettimeofday mktime strptime)
 AC_CHECK_FUNCS(strerror snprintf vsnprintf select signal symlink access isatty)
 AC_CHECK_FUNCS(uname gethostname usleep)


-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Reply via email to