changeset 5727:18518992600c

Check whether fmod exists.
author Karl Heuer <kwzh@gnu.org>
date Tue, 01 Feb 1994 23:17:03 +0000
parents 781af712e68c
children 97416e471462
files configure1.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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=)