diff options
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7fce1785bf1..19be91e677f 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1801,7 +1801,7 @@ rename closedir mkdir rmdir sysinfo \ | |||
| 1801 | random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ | 1801 | random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ |
| 1802 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ | 1802 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ |
| 1803 | utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \ | 1803 | utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \ |
| 1804 | __fpending ftello getloadavg mblen mbrlen strsignal) | 1804 | __fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm) |
| 1805 | 1805 | ||
| 1806 | # Check this now, so that we will NOT find the above functions in ncurses. | 1806 | # Check this now, so that we will NOT find the above functions in ncurses. |
| 1807 | # That is because we have not set up to link ncurses in lib-src. | 1807 | # That is because we have not set up to link ncurses in lib-src. |