# HG changeset patch # User Richard M. Stallman # Date 757922140 0 # Node ID 8f79303487ae848bacb2c33ba913f7b803f17068 # Parent 2efe469a9c24f3a01f46346c74f42b5ffbfe1bda Test for bcmp. diff -r 2efe469a9c24 -r 8f79303487ae configure1.in --- 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=)