]> git.eshelyaron.com Git - emacs.git/commitdiff
Check whether fmod exists.
authorKarl Heuer <kwzh@gnu.org>
Tue, 1 Feb 1994 23:17:03 +0000 (23:17 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 1 Feb 1994 23:17:03 +0000 (23:17 +0000)
configure1.in

index 557a556320859a14fb4542d3b312b0eb505f6308..45ea56ba61148135a8ed9c2adc57790d972dcfa0 100755 (executable)
@@ -1326,7 +1326,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 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=)