diff configure1.in @ 5778:bae344f70bed

(drem): Check for this function.
author Karl Heuer <kwzh@gnu.org>
date Fri, 04 Feb 1994 20:21:21 +0000
parents c3a89c49ab5d
children 92d91d7479a2
line wrap: on
line diff
--- a/configure1.in	Fri Feb 04 20:20:00 1994 +0000
+++ b/configure1.in	Fri Feb 04 20:21:21 1994 +0000
@@ -1336,7 +1336,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 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=)