]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed erroneous +.
authorSjoerd Mullender <sjoerd@acm.org>
Thu, 3 Nov 1994 13:45:40 +0000 (13:45 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Thu, 3 Nov 1994 13:45:40 +0000 (13:45 +0000)
configure.in

index 2d2adb38b2afb95d55adf19642ad64f18655439c..43155b26dc3a1664f8527a7ed1ed76b033186af9 100644 (file)
@@ -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