aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index edea46533b5..5148f32356e 100644
--- a/configure.in
+++ b/configure.in
@@ -1261,7 +1261,7 @@ AC_FUNC_ALLOCA
1261# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 1261# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
1262AC_CHECK_LIB(m, sqrt(0.0) + t) 1262AC_CHECK_LIB(m, sqrt(0.0) + t)
1263AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ 1263AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \
1264random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \ 1264random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \
1265strerror fpathconf select mktime eaccess getpagesize tzset) 1265strerror fpathconf select mktime eaccess getpagesize tzset)
1266 1266
1267AC_MSG_CHECKING(whether localtime caches TZ) 1267AC_MSG_CHECKING(whether localtime caches TZ)