* m4/ltdl.m4 (AC_LIB_LTDL): Remove AC_REPLACE_FUNCS for memmove

and strcpy.
This commit is contained in:
Gary V. Vaughan 2004-04-13 22:13:16 +00:00
parent 7caaca4a5c
commit bd8eed40e2
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2004-04-13 Gary V. Vaughan <gary@gnu.org>
* m4/ltdl.m4 (AC_LIB_LTDL): Remove AC_REPLACE_FUNCS for memmove
and strcpy.
* libltdl/lt__pre89.h, libltdl/memcpy.c, libltdl/memmove.c,
libltdl/strchr.c, libltdl/strcmp.c, libltdl/strrchr.c: Remove
half-assed pre-c89 support entirely.

View File

@ -110,8 +110,6 @@ AC_CHECK_HEADERS([memory.h unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h],
AC_CHECK_HEADERS([string.h strings.h], [break], [], [AC_INCLUDES_DEFAULT])
AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
AC_REPLACE_FUNCS([memmove strcmp])
])# AC_LIB_LTDL