From: Karl Heuer Date: Tue, 1 Feb 1994 23:17:03 +0000 (+0000) Subject: Check whether fmod exists. X-Git-Tag: emacs-19.34~10124 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37cdb177b8355da021acce6b1bd4dce9d475e1c7;p=emacs.git Check whether fmod exists. --- diff --git a/configure1.in b/configure1.in index 557a5563208..45ea56ba611 100755 --- a/configure1.in +++ b/configure1.in @@ -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=)