Test for bcmp.

This commit is contained in:
Richard M. Stallman 1994-01-07 05:55:40 +00:00
parent b69f3ab1c8
commit 76d1726a00

View file

@ -1274,7 +1274,7 @@ AC_ALLOCA
# logb and frexp are found in -lm on most systems.
AC_HAVE_LIBRARY(-lm)
AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy logb frexp ftime res_init setsid)
AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy bcmp logb frexp ftime res_init setsid)
ok_so_far=true
AC_FUNC_CHECK(socket, , ok_so_far=)