summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-02-01 23:17:03 +0000
committerKarl Heuer <kwzh@gnu.org>1994-02-01 23:17:03 +0000
commit37cdb177b8355da021acce6b1bd4dce9d475e1c7 (patch)
treebd603b661eef68d137537f8e408c2b1e5c898526 /configure1.in
parent03244f89b5515e8794a732fcd37131db19da2caf (diff)
downloademacs-37cdb177b8355da021acce6b1bd4dce9d475e1c7.tar.gz
Check whether fmod exists.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in2
1 files changed, 1 insertions, 1 deletions
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=)