summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 5beadd1..c53cc2e 100755
--- a/configure
+++ b/configure
@@ -226,6 +226,12 @@ native_defaults()
fi
+ # target
+ if [ x"$mb_target" = x ]; then
+ mb_target='native'
+ fi
+
+
# os
mb_native_os=`uname | tr '[:upper:]' '[:lower:]'`