Fix inverted --local install test at end of configure.

-------- diffstat follows --------
 /trunk/configure |    2     1     1     0 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
Yann E. MORIN" 2009-04-20 20:14:53 +00:00
parent 06b48c1518
commit aaaca05f1e

2
configure vendored
View File

@ -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