mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Removed erroneous +.
(Patched manually since configure.in not yet ported to autoconf 2.0.)
This commit is contained in:
parent
47f7c71549
commit
40272f812b
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -1635,7 +1635,7 @@ rm -f conftest*
|
|||
fi
|
||||
rm -f conftest*
|
||||
|
||||
+ test -n "$silent" || echo "checking for setpgrp"
|
||||
test -n "$silent" || echo "checking for setpgrp"
|
||||
cat > conftest.${ac_ext} <<EOF
|
||||
#include "confdefs.h"
|
||||
#include <ctype.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue