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