summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-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