changeset 5478:8f79303487ae

Test for bcmp.
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Jan 1994 05:55:40 +0000
parents 2efe469a9c24
children 6fbbbe65afe5
files configure1.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Fri Jan 07 05:37:31 1994 +0000
+++ b/configure1.in	Fri Jan 07 05:55:40 1994 +0000
@@ -1274,7 +1274,7 @@
 
 # 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=)