diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-07 05:55:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-07 05:55:40 +0000 |
commit | 0a2a7bcb40789e4cc8f35d02555eb9b226f5d3b3 (patch) | |
tree | e2e36eec0b857e6576057241f51697ba4f1dae21 /configure1.in | |
parent | a63c1a22c7e9ea12dbaab8df1cf4d64df4d28c61 (diff) | |
download | emacs-0a2a7bcb40789e4cc8f35d02555eb9b226f5d3b3.tar.gz |
Test for bcmp.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 57f0bd597cc..b102222d0c3 100755 --- a/configure1.in +++ b/configure1.in @@ -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=) |