068c9df
diff --git a/aclocal.m4 b/aclocal.m4
068c9df
--- a/aclocal.m4
068c9df
+++ b/aclocal.m4
068c9df
@@ -1324,7 +1324,7 @@ main()
cvsdist e812ac8
 	wait(&status);
cvsdist e812ac8
 	exit(ok ? 0 : 5);
cvsdist e812ac8
 }
068c9df
-]])], [bash_cv_pgrp_pipe=no], [bash_cv_pgrp_pipe=yes],
068c9df
+]])], [bash_cv_pgrp_pipe=yes], [bash_cv_pgrp_pipe=yes],
cvsdist e812ac8
    [AC_MSG_WARN(cannot check pgrp synchronization if cross compiling -- defaulting to no)
068c9df
     bash_cv_pgrp_pipe=no]
068c9df
 )])