diff options
| -rw-r--r-- | configure.in | 2 |
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. |
| 1262 | AC_CHECK_LIB(m, sqrt(0.0) + t) | 1262 | AC_CHECK_LIB(m, sqrt(0.0) + t) |
| 1263 | AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ | 1263 | AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ |
| 1264 | random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \ | 1264 | random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ |
| 1265 | strerror fpathconf select mktime eaccess getpagesize tzset) | 1265 | strerror fpathconf select mktime eaccess getpagesize tzset) |
| 1266 | 1266 | ||
| 1267 | AC_MSG_CHECKING(whether localtime caches TZ) | 1267 | AC_MSG_CHECKING(whether localtime caches TZ) |