Skip to content

Commit

Permalink
[runtime] Only print out the value of MONO_EXTRA_CONFIGURE_FLAGS when…
Browse files Browse the repository at this point in the history
… it is set.
  • Loading branch information
vargaz committed Jun 8, 2016
1 parent 28b0808 commit 5df50b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,9 @@ if test -d $srcdir/eglib; then
echo Done running eglib/autogen.sh ...
fi


echo "MONO_EXTRA_CONFIGURE_FLAGS is $MONO_EXTRA_CONFIGURE_FLAGS"
if test x$MONO_EXTRA_CONFIGURE_FLAGS != x; then
echo "MONO_EXTRA_CONFIGURE_FLAGS is $MONO_EXTRA_CONFIGURE_FLAGS"
fi

conf_flags="$MONO_EXTRA_CONFIGURE_FLAGS --enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c

Expand Down

0 comments on commit 5df50b2

Please sign in to comment.