# HG changeset patch # User "Yann E. MORIN" # Date 1240258493 0 # Node ID 7ac43d3747c028d52fe5c428343b5c93571f44b5 # Parent 7439f29a0476988a587f5ca722b0aa7931216c02 Fix inverted --local install test at end of configure. -------- diffstat follows -------- /trunk/configure | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r 7439f29a0476 -r 7ac43d3747c0 configure --- a/configure Mon Apr 20 19:57:16 2009 +0000 +++ b/configure Mon Apr 20 20:14:53 2009 +0000 @@ -420,6 +420,6 @@ Now run: make __EOF__ -if [ "${LOCAL_set}" = "y" ]; then +if [ "${LOCAL_set}" != "y" ]; then printf " make install\n" fi