1
Fork 0
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:
Karl Heuer 1994-02-04 20:21:21 +00:00
parent 63041661ee
commit bbfe5099dd

View file

@ -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=)