diff options
author | Sjoerd Mullender <sjoerd@acm.org> | 1994-11-03 13:46:57 +0000 |
---|---|---|
committer | Sjoerd Mullender <sjoerd@acm.org> | 1994-11-03 13:46:57 +0000 |
commit | 40272f812b4ebd01a14bbf1c135f0b6210d49d70 (patch) | |
tree | 63a8f28c1baf1136fa34f6ab1ed2f372e6466c65 | |
parent | 47f7c71549476861f61694a83f2bfb7e9e107f1d (diff) | |
download | cpython-git-40272f812b4ebd01a14bbf1c135f0b6210d49d70.tar.gz |
Removed erroneous +.
(Patched manually since configure.in not yet ported to autoconf 2.0.)
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |