diff --git a/configure b/configure index 677b2587..39d0e7d0 100755 --- a/configure +++ b/configure @@ -420,6 +420,6 @@ crosstool-NG configured as follows: Now run: make __EOF__ -if [ "${LOCAL_set}" = "y" ]; then +if [ "${LOCAL_set}" != "y" ]; then printf " make install\n" fi