summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-04-20 20:14:53 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-04-20 20:14:53 (GMT)
commitaaaca05f1e34610ee25618402b6faf9f6102c627 (patch)
tree1a7798eb7608d79347fda99af8cda045ee28fc40
parent06b48c151814a0dd5611478beee69d6f3185d467 (diff)
Fix inverted --local install test at end of configure.
-------- diffstat follows -------- /trunk/configure | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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