diff options
author | Sjoerd Mullender <sjoerd@acm.org> | 1994-11-03 13:45:40 (GMT) |
---|---|---|
committer | Sjoerd Mullender <sjoerd@acm.org> | 1994-11-03 13:45:40 (GMT) |
commit | 47f7c71549476861f61694a83f2bfb7e9e107f1d (patch) | |
tree | 509559d9130a9fc2fc845e86924aaaa67fa8708a /configure.in | |
parent | 8eee56f0ae6a465fedf35f0174e29d50046a4699 (diff) | |
download | cpython-47f7c71549476861f61694a83f2bfb7e9e107f1d.zip cpython-47f7c71549476861f61694a83f2bfb7e9e107f1d.tar.gz cpython-47f7c71549476861f61694a83f2bfb7e9e107f1d.tar.bz2 |
Removed erroneous +.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2d2adb3..43155b2 100644 --- a/configure.in +++ b/configure.in @@ -196,7 +196,7 @@ LIBS="$LIBS -ldl -ldld"]) AC_HAVE_FUNCS(chown clock dlopen ftime gettimeofday getpeername getpgrp getpid getwd link lstat nice readlink select setgid setuid setsid setpgid setpgrp setvbuf siginterrupt symlink tcgetpgrp tcsetpgrp times uname waitpid) AC_REPLACE_FUNCS(dup2 getcwd strerror memmove) AC_FUNC_CHECK(getpgrp, AC_COMPILE_CHECK([argument to getpgrp], [#include <unistd.h>], [getpgrp(0);], AC_DEFINE(GETPGRP_HAVE_ARG))) -+ AC_FUNC_CHECK(setpgrp, AC_COMPILE_CHECK([arguments to setpgrp], [#include <unistd.h>], [setpgrp(0,0);], AC_DEFINE(SETPGRP_HAVE_ARG))) +AC_FUNC_CHECK(setpgrp, AC_COMPILE_CHECK([arguments to setpgrp], [#include <unistd.h>], [setpgrp(0,0);], AC_DEFINE(SETPGRP_HAVE_ARG))) # checks for structures AC_TIME_WITH_SYS_TIME |