diff configure1.in @ 5727:18518992600c

Check whether fmod exists.
author Karl Heuer <kwzh@gnu.org>
date Tue, 01 Feb 1994 23:17:03 +0000
parents 32d7d340bec8
children 96f85cde2fb4
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=)