# HG changeset patch
# User Karl Heuer <kwzh@gnu.org>
# Date 760144623 0
# Node ID 18518992600ccb896cf4653ae56c2db542b112f7
# Parent  781af712e68c7c762288b19682c38972e15a0527
Check whether fmod exists.

diff -r 781af712e68c -r 18518992600c configure1.in
--- a/configure1.in	Tue Feb 01 23:10:41 1994 +0000
+++ b/configure1.in	Tue Feb 01 23:17:03 1994 +0000
@@ -1326,7 +1326,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 ftime res_init setsid strerror)
+random bcopy bcmp logb frexp fmod ftime res_init setsid strerror)
 
 ok_so_far=true
 AC_FUNC_CHECK(socket, , ok_so_far=)