mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Add test for grantpt function to configure.ac.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38048 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cbd6734283
commit
b9ddbf8033
4 changed files with 3242 additions and 18686 deletions
|
@ -1,3 +1,10 @@
|
|||
2014-08-19 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* configure.ac:
|
||||
* Headers/GNUstepBase/config.h.in: Add test for grantpt function.
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2014-07-28 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSUserDefaults.m:
|
||||
|
|
|
@ -305,6 +305,9 @@
|
|||
/* Define to 1 if you have the `gnutls_transport_set_errno' function. */
|
||||
#undef HAVE_GNUTLS_TRANSPORT_SET_ERRNO
|
||||
|
||||
/* Define to 1 if you have the `grantpt' function. */
|
||||
#undef HAVE_GRANTPT
|
||||
|
||||
/* Define to 1 if you have the <grp.h> header file. */
|
||||
#undef HAVE_GRP_H
|
||||
|
||||
|
|
|
@ -2267,7 +2267,7 @@ AC_CHECK_HEADERS(sys/mman.h)
|
|||
#--------------------------------------------------------------------
|
||||
# These functions needed by NSTask.m
|
||||
#--------------------------------------------------------------------
|
||||
AC_CHECK_FUNCS(killpg setpgrp setpgid setsid)
|
||||
AC_CHECK_FUNCS(killpg setpgrp setpgid setsid grantpt)
|
||||
if test "x$ac_cv_func_setpgrp" = xyes; then
|
||||
AC_FUNC_SETPGRP
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue