diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-08-09 17:42:18 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-08-09 17:42:18 +0300 |
commit | 657395eeea809730a56bb65bcfc62028deb06f73 (patch) | |
tree | 87b9415b0780941862bc5fee3c2deb440c15399d /configure.ac | |
parent | 0b28764069fb268dd716251c71d310c0a321c600 (diff) | |
download | egawk-657395eeea809730a56bb65bcfc62028deb06f73.tar.gz egawk-657395eeea809730a56bb65bcfc62028deb06f73.tar.bz2 egawk-657395eeea809730a56bb65bcfc62028deb06f73.zip |
Fix for ptys for coprocesses.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 45ffe80a..28c286f4 100644 --- a/configure.ac +++ b/configure.ac @@ -268,7 +268,7 @@ esac AC_CHECK_FUNCS(atexit btowc fmod getgrent getgroups grantpt \ isascii iswctype iswlower iswupper mbrlen \ memcmp memcpy memcpy_ulong memmove memset \ - memset_ulong mkstemp setenv setlocale snprintf strchr \ + memset_ulong mkstemp setenv setlocale setsid snprintf strchr \ strerror strftime strncasecmp strcoll strtod strtoul \ system tmpfile towlower towupper tzset usleep wcrtomb \ wcscoll wcscoll wctype) |