mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* configure.in: Don't check for seekdir() and telldir().
This commit is contained in:
parent
426c1836d5
commit
8cde1fd052
@ -1,3 +1,7 @@
|
|||||||
|
2003-10-14 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Don't check for seekdir() and telldir().
|
||||||
|
|
||||||
2003-09-23 Pavel Roskin <proski@gnu.org>
|
2003-09-23 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
|
* doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
|
||||||
|
@ -184,7 +184,7 @@ AC_CHECK_FUNCS([strerror statfs strftime getsid \
|
|||||||
memmove truncate initgroups putenv \
|
memmove truncate initgroups putenv \
|
||||||
memset memcpy tcsetattr tcgetattr cfgetospeed \
|
memset memcpy tcsetattr tcgetattr cfgetospeed \
|
||||||
sigaction sigemptyset sigprocmask sigaddset \
|
sigaction sigemptyset sigprocmask sigaddset \
|
||||||
sysconf setuid setreuid telldir seekdir])
|
sysconf setuid setreuid])
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl getpt is a GNU Extension (glibc 2.1.x)
|
dnl getpt is a GNU Extension (glibc 2.1.x)
|
||||||
|
Loading…
Reference in New Issue
Block a user