summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorSjoerd Mullender <sjoerd@acm.org>1994-11-03 13:46:57 (GMT)
committerSjoerd Mullender <sjoerd@acm.org>1994-11-03 13:46:57 (GMT)
commit40272f812b4ebd01a14bbf1c135f0b6210d49d70 (patch)
tree63a8f28c1baf1136fa34f6ab1ed2f372e6466c65 /configure
parent47f7c71549476861f61694a83f2bfb7e9e107f1d (diff)
downloadcpython-40272f812b4ebd01a14bbf1c135f0b6210d49d70.zip
cpython-40272f812b4ebd01a14bbf1c135f0b6210d49d70.tar.gz
cpython-40272f812b4ebd01a14bbf1c135f0b6210d49d70.tar.bz2
Removed erroneous +.
(Patched manually since configure.in not yet ported to autoconf 2.0.)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b864617..6e26a4b 100755
--- a/configure
+++ b/configure
@@ -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>