mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 17:10:51 -08:00
(drem): Check for this function.
This commit is contained in:
parent
63041661ee
commit
bbfe5099dd
1 changed files with 1 additions and 1 deletions
|
|
@ -1336,7 +1336,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 bcmp logb frexp fmod ftime res_init setsid strerror)
|
||||
random bcopy bcmp logb frexp fmod drem ftime res_init setsid strerror)
|
||||
|
||||
ok_so_far=true
|
||||
AC_FUNC_CHECK(socket, , ok_so_far=)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue