Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40272f8

Browse files
Removed erroneous +.
(Patched manually since configure.in not yet ported to autoconf 2.0.)
1 parent 47f7c71 commit 40272f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ rm -f conftest*
16351635
fi
16361636
rm -f conftest*
16371637

1638-
+ test -n "$silent" || echo "checking for setpgrp"
1638+
test -n "$silent" || echo "checking for setpgrp"
16391639
cat > conftest.${ac_ext} <<EOF
16401640
#include "confdefs.h"
16411641
#include <ctype.h>

0 commit comments

Comments
 (0)