aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in
index b440aa07afd..5d292352725 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1336,7 +1336,7 @@ AC_ALLOCA
1336# logb and frexp are found in -lm on most systems. 1336# logb and frexp are found in -lm on most systems.
1337AC_HAVE_LIBRARY(-lm) 1337AC_HAVE_LIBRARY(-lm)
1338AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ 1338AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \
1339random bcopy bcmp logb frexp fmod ftime res_init setsid strerror) 1339random bcopy bcmp logb frexp fmod drem ftime res_init setsid strerror)
1340 1340
1341ok_so_far=true 1341ok_so_far=true
1342AC_FUNC_CHECK(socket, , ok_so_far=) 1342AC_FUNC_CHECK(socket, , ok_so_far=)