File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -3285,10 +3285,18 @@ fi
3285
3285
fi
3286
3286
3287
3287
default_profile=net_2_0
3288
- AM_COND_IF(INSTALL_4_0, default_profile=net_4_0)
3289
- AM_COND_IF(INSTALL_MONODROID, default_profile=monodroid)
3290
- AM_COND_IF(INSTALL_MONOTOUCH, default_profile=monotouch)
3291
- AM_COND_IF(INSTALL_4_5, default_profile=net_4_5)
3288
+ if test -z "$INSTALL_4_0_TRUE"; then :
3289
+ default_profile=net_4_0
3290
+ fi
3291
+ if test -z "$INSTALL_MONODROID_TRUE"; then :
3292
+ default_profile=monodroid
3293
+ fi
3294
+ if test -z "$INSTALL_MONOTOUCH_TRUE"; then :
3295
+ default_profile=monotouch
3296
+ fi
3297
+ if test -z "$INSTALL_4_5_TRUE"; then :
3298
+ default_profile=net_4_5
3299
+ fi
3292
3300
3293
3301
echo "DEFAULT_PROFILE = $default_profile" >> $srcdir/$mcsdir/build/config.make
3294
3302
You can’t perform that action at this time.
0 commit comments