Skip to content

Commit 089960e

Browse files
committed
Fix configure.ac and configure.
Signed-off-by: Soumendra Ganguly <[email protected]>
1 parent 0a5c341 commit 089960e

File tree

2 files changed

+8
-262
lines changed

2 files changed

+8
-262
lines changed

configure

+4-243
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

+4-19
Original file line numberDiff line numberDiff line change
@@ -4681,11 +4681,11 @@ AC_CHECK_FUNCS([ \
46814681
getgrnam_r getgrouplist getgroups gethostname getitimer getloadavg getlogin \
46824682
getpeername getpgid getpid getppid getpriority _getpty \
46834683
getpwent getpwnam_r getpwuid getpwuid_r getresgid getresuid getrusage getsid getspent \
4684-
getspnam getuid getwd if_nameindex initgroups kill killpg lchown linkat \
4684+
getspnam getuid getwd grantpt if_nameindex initgroups kill killpg lchown linkat \
46854685
lockf lstat lutimes madvise mbrtowc memrchr mkdirat mkfifo mkfifoat \
46864686
mknod mknodat mktime mmap mremap nice openat opendir pathconf pause pipe \
4687-
pipe2 plock poll posix_fadvise posix_fallocate posix_spawn posix_spawnp \
4688-
pread preadv preadv2 pthread_condattr_setclock pthread_init pthread_kill \
4687+
pipe2 plock poll posix_fadvise posix_fallocate posix_openpt posix_spawn posix_spawnp \
4688+
pread preadv preadv2 pthread_condattr_setclock pthread_init pthread_kill ptsname \
46894689
pwrite pwritev pwritev2 readlink readlinkat readv realpath renameat \
46904690
rtpSpawn sched_get_priority_max sched_rr_get_interval sched_setaffinity \
46914691
sched_setparam sched_setscheduler sem_clockwait sem_getvalue sem_open \
@@ -4695,7 +4695,7 @@ AC_CHECK_FUNCS([ \
46954695
sigfillset siginterrupt sigpending sigrelse sigtimedwait sigwait \
46964696
sigwaitinfo snprintf splice strftime strlcpy strsignal symlinkat sync \
46974697
sysconf system tcgetpgrp tcsetpgrp tempnam timegm times tmpfile \
4698-
tmpnam tmpnam_r truncate ttyname umask uname unlinkat utimensat utimes vfork \
4698+
tmpnam tmpnam_r truncate ttyname umask uname unlinkat unlockpt utimensat utimes vfork \
46994699
wait wait3 wait4 waitid waitpid wcscoll wcsftime wcsxfrm wmemcmp writev \
47004700
])
47014701

@@ -4943,21 +4943,6 @@ PY_CHECK_FUNC([setgroups], [
49434943
#endif
49444944
])
49454945

4946-
# check for posix_openpt, grantpt, unlockpt, and ptsname
4947-
4948-
AC_SEARCH_LIBS([posix_openpt], [util],
4949-
[AC_DEFINE([HAVE_POSIX_OPENPT], [1], [Define to 1 if you have the `posix_openpt' function.])]
4950-
)
4951-
AC_SEARCH_LIBS([grantpt], [util],
4952-
[AC_DEFINE([HAVE_GRANTPT], [1], [Define to 1 if you have the `grantpt' function.])]
4953-
)
4954-
AC_SEARCH_LIBS([unlockpt], [util],
4955-
[AC_DEFINE([HAVE_UNLOCKPT], [1], [Define to 1 if you have the `unlockpt' function.])]
4956-
)
4957-
AC_SEARCH_LIBS([ptsname], [util],
4958-
[AC_DEFINE([HAVE_PTSNAME], [1], [Define to 1 if you have the `ptsname' function.])]
4959-
)
4960-
49614946
# check for openpty, login_tty, and forkpty
49624947

49634948
AC_CHECK_FUNCS(openpty,,

0 commit comments

Comments
 (0)