aboutsummaryrefslogtreecommitdiffstats
path: root/configure1.in
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-02-04 20:21:21 +0000
committerKarl Heuer <[email protected]>1994-02-04 20:21:21 +0000
commitbbfe5099ddd26828fb640375026f97bd5689a727 (patch)
treea935fd0ff83f6a69b8a435995d674ab5e93e0882 /configure1.in
parent63041661ee705febae4a69adeafbf986517da9db (diff)
(drem): Check for this function.
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 b440aa07af..5d29235272 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1336,7 +1336,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 fmod ftime res_init setsid strerror)
+random bcopy bcmp logb frexp fmod drem ftime res_init setsid strerror)
ok_so_far=true
AC_FUNC_CHECK(socket, , ok_so_far=)