From aaaca05f1e34610ee25618402b6faf9f6102c627 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 20 Apr 2009 20:14:53 +0000 Subject: 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 --git a/configure b/configure index 677b258..39d0e7d 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 -- cgit v0.10.2-6-g49f6